guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nauty: Update to 2.7r4.


From: guix-commits
Subject: 01/02: gnu: nauty: Update to 2.7r4.
Date: Mon, 4 Jul 2022 09:22:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c3a2d354e3091a94819fb2dccd515b5eaa3048ac
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 4 15:19:11 2022 +0200

    gnu: nauty: Update to 2.7r4.
    
    * gnu/packages/maths.scm (nauty): Update to 2.7r4.
---
 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 36431a4be8..a8a42579c7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7030,7 +7030,7 @@ management via the GIMPS project's Primenet server.")
 (define-public nauty
   (package
     (name "nauty")
-    (version "2.7r3")
+    (version "2.7r4")
     (source
      (origin
        (method url-fetch)
@@ -7038,7 +7038,7 @@ management via the GIMPS project's Primenet server.")
              "https://pallini.di.uniroma1.it/";
              "nauty" (string-join (string-split version #\.) "") ".tar.gz"))
        (sha256
-        (base32 "1hl81gpf3xjf809w04jczvilq1ixy9ch1qrax8a7lgx52svna1jg"))))
+        (base32 "19j8i10cgnqavphj0p7kq939azxckj9ayjpjr6sg76g2dxdch45q"))))
     (build-system gnu-build-system)
     (outputs '("out" "lib"))
     (arguments



reply via email to

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