diff options
author | Andreas Enge <andreas@enge.fr> | 2025-06-11 19:18:09 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-06-11 19:18:45 +0200 |
commit | a793b1bb54eb6f933ece51d2870fdd141011f113 (patch) | |
tree | 1bb9de9e9c028606cf3827d528c49cddf8dbf9cc | |
parent | a2fe8a4726f8f3931a4f953b950f5f99026f05ff (diff) |
gnu: paritwine: Update to 0.2.2.
* gnu/packages/algebra.scm (paritwine): Update to 0.2.2.
Change-Id: Ie90385cce0d100cd1d5e5ab9f1c91409f75e750d
-rw-r--r-- | gnu/packages/algebra.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 9c272a3881..9673892fa4 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2022, 2023, 2024 Andreas Enge <andreas@enge.fr> +;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2022, 2023, 2024, 2025 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2015, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org> @@ -337,7 +337,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") (define-public paritwine (package (name "paritwine") - (version "0.2.1") + (version "0.2.2") (source (origin (method url-fetch) (uri (string-append @@ -346,7 +346,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") ".tar.gz")) (sha256 (base32 - "0xj948ngp9k2l1krwfcpzb4rxrvm2gy3r8w020lniz5hwbslagl7")))) + "0hkn18qkg4ssg1rg6k95ff7yvywacvhwqq9gj06wix4xb7nw4yzz")))) (build-system gnu-build-system) (propagated-inputs (list pari-gp gmp |