guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/21: gnu: nauty: Update to 2.6r12.


From: guix-commits
Subject: 11/21: gnu: nauty: Update to 2.6r12.
Date: Sat, 30 Nov 2019 18:54:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1ff64c503ae5028077afd615d98260955c970307
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 23:14:57 2019 +0100

    gnu: nauty: Update to 2.6r12.
    
    * gnu/packages/maths.scm (nauty): Update to 2.6r12.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 16e070e..0d303dc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]