gnu: linsmith: Update to 0.99.31.
* gnu/packages/engineering.scm (linsmith): Update to 0.99.31.
This commit is contained in:
parent
6e3d48c207
commit
d193903e0c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue