mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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
|
||||
(package
|
||||
(name "nauty")
|
||||
(version "2.6r11")
|
||||
(version "2.6r12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -5024,7 +5024,7 @@ (define-public nauty
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05z6mk7c31j70md83396cdjmvzzip1hqb88pfszzc6k4gy8h3m2y"))))
|
||||
"1p4mxf8q5wm47nxyskxbqwa5p1vvkycv1zgswvnk9nsn6vff0al6"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "lib"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue