diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-11 23:15:02 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-11 23:15:02 +0200 |
| commit | e02984ac4e0ffbae11fad0693616ca62b73f987c (patch) | |
| tree | 69ca48dc9c428335935591496ad1e34b84c2ffe4 /gnu | |
| parent | 8000f9aa9c0bc2224a2aab188c08272205849fee (diff) | |
gnu: nauty: Update to 2.7r3.
* gnu/packages/maths.scm (nauty): Update to 2.7r3.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 429be093342..8583781f2d6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -6390,7 +6390,7 @@ management via the GIMPS project's Primenet server.") | |||
| 6390 | (define-public nauty | 6390 | (define-public nauty |
| 6391 | (package | 6391 | (package |
| 6392 | (name "nauty") | 6392 | (name "nauty") |
| 6393 | (version "2.7r2") | 6393 | (version "2.7r3") |
| 6394 | (source | 6394 | (source |
| 6395 | (origin | 6395 | (origin |
| 6396 | (method url-fetch) | 6396 | (method url-fetch) |
| @@ -6398,7 +6398,7 @@ management via the GIMPS project's Primenet server.") | |||
| 6398 | "https://pallini.di.uniroma1.it/" | 6398 | "https://pallini.di.uniroma1.it/" |
| 6399 | "nauty" (string-join (string-split version #\.) "") ".tar.gz")) | 6399 | "nauty" (string-join (string-split version #\.) "") ".tar.gz")) |
| 6400 | (sha256 | 6400 | (sha256 |
| 6401 | (base32 "0s57rq7kk3rrwgrjygpwjvq9bbwq4wjbpcvgbz191jhwv8bnrhb9")))) | 6401 | (base32 "1hl81gpf3xjf809w04jczvilq1ixy9ch1qrax8a7lgx52svna1jg")))) |
| 6402 | (build-system gnu-build-system) | 6402 | (build-system gnu-build-system) |
| 6403 | (outputs '("out" "lib")) | 6403 | (outputs '("out" "lib")) |
| 6404 | (arguments | 6404 | (arguments |
