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

gnu: zn-poly: Update to 0.9.2.

* gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-15 00:42:51 +01:00
parent e170faa80f
commit 3799d46ccf
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -275,7 +275,7 @@ on numerical types, while GiNaC depends on CLN for this purpose.")
(define-public zn-poly
(package
(name "zn-poly")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method git-fetch)
@ -285,8 +285,7 @@ on numerical types, while GiNaC depends on CLN for this purpose.")
(commit version)))
(file-name (git-file-name "zn_poly" version))
(sha256
(base32
"0ra5vy585bqq7g3317iw6fp44iqgqvds3j0l1va6mswimypq4vxb"))))
(base32 "1wbc3apxcldxfcw1dnwnn7fvlfb6bwvlr8glvgv6hf79p9r2s4j0"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2)))