gnu: linsmith: Update to 0.99.31.

* gnu/packages/engineering.scm (linsmith): Update to 0.99.31.
master
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
(package
(name "linsmith")
(version "0.99.30")
(version "0.99.31")
(source (origin
(method url-fetch)
(uri (string-append
@ -785,7 +785,7 @@ render model libraries.")
version "/linsmith-" version ".tar.gz"))
(sha256
(base32
"18qslhr2r45rhpj4v6bjcqx189vs0bflvsj271wr7w8kvh69qwvn"))))
"13qj7n9826qc9shkkgd1p6vcpj78v4h9d67wbg45prg7rbnzkzds"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)