mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38: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
|
(define-public brial
|
||||||
(package
|
(package
|
||||||
(name "brial")
|
(name "brial")
|
||||||
(version "1.2.6")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -340,7 +340,7 @@ (define-public brial
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab"))))
|
(base32 "1s0wmbb42sq6a5kxgzsz5srphclmfa4cvxdx2h9kzp0da2zcp3cm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in a new issue