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