summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-30 23:14:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-01 00:49:14 +0100
commit1ff64c503ae5028077afd615d98260955c970307 (patch)
tree62198e0a36d800a4ac8724692fb7af56104f89d8 /gnu/packages/maths.scm
parentc8de7979c2041d7e306013456391c760ae8dae7e (diff)
downloadguix-patches-1ff64c503ae5028077afd615d98260955c970307.tar
guix-patches-1ff64c503ae5028077afd615d98260955c970307.tar.gz
gnu: nauty: Update to 2.6r12.
* gnu/packages/maths.scm (nauty): Update to 2.6r12.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 16e070eeff..0d303dc53e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5015,7 +5015,7 @@ management via the GIMPS project's Primenet server.")
(define-public nauty
(package
(name "nauty")
- (version "2.6r11")
+ (version "2.6r12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5024,7 +5024,7 @@ management via the GIMPS project's Primenet server.")
".tar.gz"))
(sha256
(base32
- "05z6mk7c31j70md83396cdjmvzzip1hqb88pfszzc6k4gy8h3m2y"))))
+ "1p4mxf8q5wm47nxyskxbqwa5p1vvkycv1zgswvnk9nsn6vff0al6"))))
(build-system gnu-build-system)
(outputs '("out" "lib"))
(arguments