guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nauty: Update to 2.7r3.


From: guix-commits
Subject: branch master updated: gnu: nauty: Update to 2.7r3.
Date: Sat, 11 Sep 2021 17:15:21 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e02984a  gnu: nauty: Update to 2.7r3.
e02984a is described below

commit e02984ac4e0ffbae11fad0693616ca62b73f987c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 11 23:15:02 2021 +0200

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



reply via email to

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