gnu: linsmith: Update to 0.99.31.

* gnu/packages/engineering.scm (linsmith): Update to 0.99.31.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 05:17:12 +02:00
parent 6e3d48c207
commit d193903e0c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -777,7 +777,7 @@ render model libraries.")
(define-public linsmith (define-public linsmith
(package (package
(name "linsmith") (name "linsmith")
(version "0.99.30") (version "0.99.31")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -785,7 +785,7 @@ render model libraries.")
version "/linsmith-" version ".tar.gz")) version "/linsmith-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18qslhr2r45rhpj4v6bjcqx189vs0bflvsj271wr7w8kvh69qwvn")))) "13qj7n9826qc9shkkgd1p6vcpj78v4h9d67wbg45prg7rbnzkzds"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)