From 3166b940ee92be711756d08677cd561a938e3898 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 6 Apr 2026 12:11:05 +0200 Subject: [PATCH] gnu: nauty: Update to 2.9.3. * gnu/packages/maths.scm (nauty): Update to 2.9.3. Change-Id: I86d77c73014b4564f3e05f4111665315bc7e701f --- gnu/packages/maths.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 51aeb80163..ce3e5074c1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -30,7 +30,7 @@ ;;; Copyright © 2018 Eric Brown ;;; Copyright © 2018, 2021, 2024 Julien Lepiller ;;; Copyright © 2018 Amin Bandali -;;; Copyright © 2019, 2021-2025 Nicolas Goaziou +;;; Copyright © 2019, 2021-2026 Nicolas Goaziou ;;; Copyright © 2019 Steve Sprang ;;; Copyright © 2019 Robert Smith ;;; Copyright © 2020 Jakub Kądziołka @@ -9470,7 +9470,7 @@ built on top of DUNE, the Distributed and Unified Numerics Environment.") (define-public nauty (package (name "nauty") - (version "2.9.1") + (version "2.9.3") (source (origin (method url-fetch) @@ -9478,7 +9478,7 @@ built on top of DUNE, the Distributed and Unified Numerics Environment.") "https://pallini.di.uniroma1.it/" "nauty" (string-join (string-split version #\.) "_") ".tar.gz")) (sha256 - (base32 "0gl7rpl2viahrqmjrrgv0iq31xz093p5sk1ns9r2qdqas43ak3s8")))) + (base32 "0nqvri1jfi95xswrcvn9dkyriy7pkjry6nwqhdc0z2pq0jpfvi4z")))) (build-system gnu-build-system) (outputs '("out" "lib")) (arguments