summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-04-03 08:47:35 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-04-03 08:47:35 +0300
commitfd7575d4790a49509969e5d93767a76cc54eb2ac (patch)
tree803bbf9a5a193e6a2cf9306e85302aad1dcd5960
parente94616b9966571cfbcd74f970903f4dd3f6efa2b (diff)
downloadguix-patches-fd7575d4790a49509969e5d93767a76cc54eb2ac.tar
guix-patches-fd7575d4790a49509969e5d93767a76cc54eb2ac.tar.gz
gnu: pspp: Update to 0.10.1.
* gnu/packages/maths.scm (pspp): Update to 0.10.1.
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index fddcd4be8f..e89fb9158e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -204,7 +204,7 @@ LP/MIP solver is included in the package.")
(define-public pspp
(package
(name "pspp")
- (version "0.10.0")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
@@ -212,7 +212,7 @@ LP/MIP solver is included in the package.")
version ".tar.gz"))
(sha256
(base32
- "1nwnxr8mvf8y4lc8h8sd2xn2njwjk42x8mzj91zzv92m2z3vyggg"))))
+ "0xw61kq0hxh7f6a4yjhnqbhc0fj9r3wb3qnpq05qhdp79n30ik24"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)