guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: giac-xcas: Update to 1.2.2-41.


From: Leo Famulari
Subject: 01/01: gnu: giac-xcas: Update to 1.2.2-41.
Date: Fri, 29 Apr 2016 06:52:19 +0000

lfam pushed a commit to branch master
in repository guix.

commit 99a0044614f5798dbbe48871dd7bfeb50b3db2f3
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Apr 28 13:35:20 2016 +0200

    gnu: giac-xcas: Update to 1.2.2-41.
    
    * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-41.
    [inputs]: Add libxinerama.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/algebra.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 5b00493..e202130 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -201,7 +201,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
 (define-public giac-xcas
   (package
     (name "giac-xcas")
-    (version "1.2.2-37")
+    (version "1.2.2-41")
     (source (origin
               (method url-fetch)
               ;; "~parisse/giac" is not used because the maintainer regularly
@@ -213,7 +213,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
                                   "source/giac_" version ".tar.gz"))
               (sha256
                (base32
-                "0cagh9nnaz7ks299b2bs3lrdclv4xbyis24zc8vf3i25p470bxsf"))))
+                "061a0p5l1qlb9iqk7n7yznhv2f3hvll1hrzjbhn81bf31f2wj6sq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -240,6 +240,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libx11" ,libx11)
+       ("libxinerama" ,libxinerama)
        ("libxft" ,libxft)
        ("libxt" ,libxt)
        ("mesa" ,mesa)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]