diff options
author | Andreas Enge <andreas@enge.fr> | 2022-09-21 11:26:46 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2022-09-21 13:29:13 +0200 |
commit | 6885f22375b093c08d69bbed6aa42d2e8c11a168 (patch) | |
tree | 718df0e8a4d9a84a97330c2d3ee6fd12bd97018b /gnu/packages/algebra.scm | |
parent | 2ae22cafe735e04a7422fc6ed5ad5be3aec59db5 (diff) | |
download | guix-6885f22375b093c08d69bbed6aa42d2e8c11a168.tar.gz |
gnu: gp2c: Update to 0.0.13.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.13.
Diffstat (limited to 'gnu/packages/algebra.scm')
-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 3c91fb93f0..183d84c549 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -260,7 +260,7 @@ PARI is also available as a C library to allow for faster computations.") (define-public gp2c (package (name "gp2c") - (version "0.0.12") + (version "0.0.13") (source (origin (method url-fetch) (uri (string-append @@ -268,7 +268,7 @@ PARI is also available as a C library to allow for faster computations.") version ".tar.gz")) (sha256 (base32 - "039ip7qkwwv46wrcdrz7y12m30kazzkjr44kqbc0h137g4wzd7zf")))) + "0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6")))) (build-system gnu-build-system) (native-inputs (list perl)) (inputs (list pari-gp)) |