diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-07 13:19:09 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-07 13:19:09 +0200 |
commit | 66b2b085ce0e320a37b405024a773afc891ad3e9 (patch) | |
tree | a0136fe31036f6a35874c2924cc262095331cfc0 /gnu | |
parent | 48cfe294b084374584b070053736db655e2af298 (diff) | |
download | guix-66b2b085ce0e320a37b405024a773afc891ad3e9.tar guix-66b2b085ce0e320a37b405024a773afc891ad3e9.tar.gz |
gnu: pari-gp: Update to 2.7.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.4.
Diffstat (limited to 'gnu')
-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 1fa0a167cd..7f9fd28367 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -84,7 +84,7 @@ solve the shortest vector problem.") (define-public pari-gp (package (name "pari-gp") - (version "2.7.3") + (version "2.7.4") (source (origin (method url-fetch) (uri (string-append @@ -92,7 +92,7 @@ solve the shortest vector problem.") version ".tar.gz")) (sha256 (base32 - "02k54m7p47r54lgxqanxvf7pdrss17n8if1qwk5wx0j1px22j0rq")))) + "0k1qqagfl6zn7gvwmsqffj6g9yrzqvszwh2mblhmxpjlw1pigfh8")))) (build-system gnu-build-system) (inputs `(("gmp" ,gmp) ("perl" ,perl) |