mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: brial: Update to 1.2.7.
* gnu/packages/sagemath.scm (brial): Update to 1.2.7.
This commit is contained in:
parent
da567fc8bc
commit
949e214509
1 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ (define-public zn-poly
|
|||
(define-public brial
|
||||
(package
|
||||
(name "brial")
|
||||
(version "1.2.6")
|
||||
(version "1.2.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -340,7 +340,7 @@ (define-public brial
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab"))))
|
||||
(base32 "1s0wmbb42sq6a5kxgzsz5srphclmfa4cvxdx2h9kzp0da2zcp3cm"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue