mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: nauty: Update to 2.6r12.
* gnu/packages/maths.scm (nauty): Update to 2.6r12.
This commit is contained in:
parent
c8de7979c2
commit
1ff64c503a
1 changed files with 2 additions and 2 deletions
|
@ -5015,7 +5015,7 @@ (define-public mlucas
|
||||||
(define-public nauty
|
(define-public nauty
|
||||||
(package
|
(package
|
||||||
(name "nauty")
|
(name "nauty")
|
||||||
(version "2.6r11")
|
(version "2.6r12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -5024,7 +5024,7 @@ (define-public nauty
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05z6mk7c31j70md83396cdjmvzzip1hqb88pfszzc6k4gy8h3m2y"))))
|
"1p4mxf8q5wm47nxyskxbqwa5p1vvkycv1zgswvnk9nsn6vff0al6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "lib"))
|
(outputs '("out" "lib"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue