mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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:
parent
e170faa80f
commit
3799d46ccf
1 changed files with 2 additions and 3 deletions
|
@ -275,7 +275,7 @@ (define-public pynac
|
||||||
(define-public zn-poly
|
(define-public zn-poly
|
||||||
(package
|
(package
|
||||||
(name "zn-poly")
|
(name "zn-poly")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -285,8 +285,7 @@ (define-public zn-poly
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "zn_poly" version))
|
(file-name (git-file-name "zn_poly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1wbc3apxcldxfcw1dnwnn7fvlfb6bwvlr8glvgv6hf79p9r2s4j0"))))
|
||||||
"0ra5vy585bqq7g3317iw6fp44iqgqvds3j0l1va6mswimypq4vxb"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-2)))
|
`(("python" ,python-2)))
|
||||||
|
|
Loading…
Reference in a new issue