mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 05:26:34 +01:00
gnu: paritwine: Update to 0.2.1.
* gnu/packages/algebra.scm (paritwine): Update to 0.2.1. Change-Id: I6c7463860e084a3611b7856c6cc399ee2f89fa90
This commit is contained in:
parent
f0804b0c22
commit
87045f0982
1 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ (define-public gp2c
|
||||||
(define-public paritwine
|
(define-public paritwine
|
||||||
(package
|
(package
|
||||||
(name "paritwine")
|
(name "paritwine")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -328,7 +328,7 @@ (define-public paritwine
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15m5jxmhx5zivk1k9wxpmzs8kqva3kvgxizdrkrmmp1qycn85n23"))))
|
"0xj948ngp9k2l1krwfcpzb4rxrvm2gy3r8w020lniz5hwbslagl7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs (list pari-gp
|
(propagated-inputs (list pari-gp
|
||||||
gmp
|
gmp
|
||||||
|
|
Loading…
Reference in a new issue