[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: zn-poly: Update to 0.9.2.
From: |
guix-commits |
Subject: |
08/09: gnu: zn-poly: Update to 0.9.2. |
Date: |
Wed, 15 Jan 2020 08:32:19 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 3799d46ccffff4f3114b53441d3510404d2a6075
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 15 00:42:51 2020 +0100
gnu: zn-poly: Update to 0.9.2.
* gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
---
gnu/packages/sagemath.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 4bafef1..2cc50f7 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)))
- branch master updated (9edae6c -> 353e9f7), guix-commits, 2020/01/15
- 03/09: gnu: menumaker: Update to 0.99.11., guix-commits, 2020/01/15
- 02/09: gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934]., guix-commits, 2020/01/15
- 04/09: gnu: pdsh: Update to 2.34., guix-commits, 2020/01/15
- 05/09: gnu: gauche: Update to 0.9.9., guix-commits, 2020/01/15
- 01/09: gnu: linux-libre: Include more framebuffer font sizes., guix-commits, 2020/01/15
- 06/09: gnu: brial: Update to 1.2.6., guix-commits, 2020/01/15
- 07/09: gnu: brial: Use the source repository as home page., guix-commits, 2020/01/15
- 09/09: gnu: keepassxc: Update to 2.5.2., guix-commits, 2020/01/15
- 08/09: gnu: zn-poly: Update to 0.9.2.,
guix-commits <=