me
/
guix
Archived
1
0
Fork 0

gnu: brial: Update to 1.2.8.

* gnu/packages/sagemath.scm (brial): Update to 1.2.8.
master
Tobias Geerinckx-Rice 2020-04-12 20:18:40 +02:00
parent 0b7a94cb13
commit 707f15bcb4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ coefficients of which are modular integers.")
(define-public brial
(package
(name "brial")
(version "1.2.7")
(version "1.2.8")
(source
(origin
(method git-fetch)
@ -340,7 +340,7 @@ coefficients of which are modular integers.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1s0wmbb42sq6a5kxgzsz5srphclmfa4cvxdx2h9kzp0da2zcp3cm"))))
(base32 "0qhgckd4fvbs40jw14mvw89rccv94d3df27kipd27hxd4cx7y80y"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)