diff options
author | Andreas Enge <[email protected]> | 2025-01-17 17:49:29 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-01-17 17:49:29 +0100 |
commit | 87045f0982bd7aebb07b380cbf322651227546f4 (patch) | |
tree | 5c778c96f5f8a8250e590ad91aed70240ad020aa | |
parent | f0804b0c2253542e9f0e255fbf8dc5847bba919d (diff) |
gnu: paritwine: Update to 0.2.1.
* gnu/packages/algebra.scm (paritwine): Update to 0.2.1.
Change-Id: I6c7463860e084a3611b7856c6cc399ee2f89fa90
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index b837cf7138..3e123201a1 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -319,7 +319,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") (define-public paritwine (package (name "paritwine") - (version "0.2.0") + (version "0.2.1") (source (origin (method url-fetch) (uri (string-append @@ -328,7 +328,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") ".tar.gz")) (sha256 (base32 - "15m5jxmhx5zivk1k9wxpmzs8kqva3kvgxizdrkrmmp1qycn85n23")))) + "0xj948ngp9k2l1krwfcpzb4rxrvm2gy3r8w020lniz5hwbslagl7")))) (build-system gnu-build-system) (propagated-inputs (list pari-gp gmp |