diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-04-06 12:11:05 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-04-06 13:07:03 +0200 |
| commit | 3166b940ee92be711756d08677cd561a938e3898 (patch) | |
| tree | 4ced390ff2802e6603cbfbd991ecd345781d91dd | |
| parent | 47904717944030bd59a4ee6cc388661f65cbd85f (diff) | |
gnu: nauty: Update to 2.9.3.
* gnu/packages/maths.scm (nauty): Update to 2.9.3.
Change-Id: I86d77c73014b4564f3e05f4111665315bc7e701f
| -rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 51aeb801636..ce3e5074c10 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-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2019, 2021-2026 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> @@ -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 |
