diff mbox series

[bug#69594] gnu: nauty: Update to 2.8.8.

Message ID 648971e8d8a4bd8ad2dc8eca82f6bcc6321c8c1b.1709757922.git.mail@nicolasgoaziou.fr
State New
Headers show
Series [bug#69594] gnu: nauty: Update to 2.8.8. | expand

Commit Message

Nicolas Goaziou March 6, 2024, 8:45 p.m. UTC
* gnu/packages/maths.scm (nauty): Update to 2.8.8.

Change-Id: I16b99ac3ad3da0c39ede451ab9d1b07d7000660b
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 86552708c31e628d98f8ca261edb22c01fbd7445

Comments

Juliana Sims March 8, 2024, 12:53 a.m. UTC | #1
This patch builds fine and passes all tests on x86 and ARM so LGTM :)

-Juli
Nicolas Goaziou March 8, 2024, 12:37 p.m. UTC | #2
Hello,

Juliana Sims via Guix-patches via <guix-patches@gnu.org> writes:

> This patch builds fine and passes all tests on x86 and ARM so LGTM :)

Thank you for the feedback! Patch applied.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 47070ded15..ea42341c41 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -30,7 +30,7 @@ 
 ;;; Copyright © 2018 Eric Brown <brown@fastmail.com>
 ;;; Copyright © 2018, 2021, 2024 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2018 Amin Bandali <bandali@gnu.org>
-;;; Copyright © 2019, 2021-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2019, 2021-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
 ;;; Copyright © 2019 Robert Smith <robertsmith@posteo.net>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
@@ -8735,7 +8735,7 @@  (define-public mlucas
 (define-public nauty
   (package
     (name "nauty")
-    (version "2.8.6")
+    (version "2.8.8")
     (source
      (origin
        (method url-fetch)
@@ -8743,7 +8743,7 @@  (define-public nauty
              "https://pallini.di.uniroma1.it/"
              "nauty" (string-join (string-split version #\.) "_") ".tar.gz"))
        (sha256
-        (base32 "1yp6wpz2drq0viww8px1vl4pw919nq3xgxrmrrdhycx8bhi9ikpj"))))
+        (base32 "1ki9z60qcyx3va68hp7iv6451n5d86v1xmhc850b4sqah5b2378m"))))
     (build-system gnu-build-system)
     (outputs '("out" "lib"))
     (arguments