summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-04-28 13:35:20 +0200
committerLeo Famulari <leo@famulari.name>2016-04-29 02:50:41 -0400
commit99a0044614f5798dbbe48871dd7bfeb50b3db2f3 (patch)
tree49310b3e59bd517241fb444ae2b72977b9a04658 /gnu
parent8faee0fd53b3a3aa3878bc906891a37d623e7455 (diff)
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 <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/algebra.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 5b0049330ac..e202130ca13 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.")
201(define-public giac-xcas 201(define-public giac-xcas
202 (package 202 (package
203 (name "giac-xcas") 203 (name "giac-xcas")
204 (version "1.2.2-37") 204 (version "1.2.2-41")
205 (source (origin 205 (source (origin
206 (method url-fetch) 206 (method url-fetch)
207 ;; "~parisse/giac" is not used because the maintainer regularly 207 ;; "~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.")
213 "source/giac_" version ".tar.gz")) 213 "source/giac_" version ".tar.gz"))
214 (sha256 214 (sha256
215 (base32 215 (base32
216 "0cagh9nnaz7ks299b2bs3lrdclv4xbyis24zc8vf3i25p470bxsf")))) 216 "061a0p5l1qlb9iqk7n7yznhv2f3hvll1hrzjbhn81bf31f2wj6sq"))))
217 (build-system gnu-build-system) 217 (build-system gnu-build-system)
218 (arguments 218 (arguments
219 `(#:phases 219 `(#:phases
@@ -240,6 +240,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
240 ("libjpeg" ,libjpeg) 240 ("libjpeg" ,libjpeg)
241 ("libpng" ,libpng) 241 ("libpng" ,libpng)
242 ("libx11" ,libx11) 242 ("libx11" ,libx11)
243 ("libxinerama" ,libxinerama)
243 ("libxft" ,libxft) 244 ("libxft" ,libxft)
244 ("libxt" ,libxt) 245 ("libxt" ,libxt)
245 ("mesa" ,mesa) 246 ("mesa" ,mesa)