diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-04 21:21:04 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-04 21:21:04 -0500 |
commit | 247d23680a222bc5440dec7c3fe0d36ad463a121 (patch) | |
tree | 4e3c28a2e7b0531c7883ae1c40348f1533a20c4e /gnu/packages/algebra.scm | |
parent | e21ce0f9040592d398668498119565d94a639a04 (diff) | |
parent | 72687ca5d2d8d1dd55b152823a164606fa421d9c (diff) | |
download | guix-247d23680a222bc5440dec7c3fe0d36ad463a121.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/algebra.scm')
-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 7e26e76f4a..0e22e41326 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2015, 2017 Ludovic Courtès <ludo@gnu.org> -;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> @@ -208,7 +208,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") (define-public giac-xcas (package (name "giac-xcas") - (version "1.4.9-33") + (version "1.4.9-43") (source (origin (method url-fetch) ;; "~parisse/giac" is not used because the maintainer regularly @@ -220,7 +220,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") "source/giac_" version ".tar.gz")) (sha256 (base32 - "1f071j4l9ayri2cxka6bfdb6c0fsdl7q7wk345r7hxjfga69g9mv")))) + "1zhbyw4mrgf78fz55cf65650zqld156qa40s4ps69bas8jh61hci")))) (build-system gnu-build-system) (arguments `(#:phases |