diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 00:42:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 14:31:23 +0100 |
commit | 3799d46ccffff4f3114b53441d3510404d2a6075 (patch) | |
tree | ac5fdf5b2db13da382eea150322a24d5dd490b46 /gnu/packages/sagemath.scm | |
parent | e170faa80f9264693859c82b7a8416955d0d88fe (diff) | |
download | patches-3799d46ccffff4f3114b53441d3510404d2a6075.tar patches-3799d46ccffff4f3114b53441d3510404d2a6075.tar.gz |
gnu: zn-poly: Update to 0.9.2.
* gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
Diffstat (limited to 'gnu/packages/sagemath.scm')
-rw-r--r-- | gnu/packages/sagemath.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 4bafef13fe..2cc50f7b6a 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -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))) |