3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

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)