summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2014-05-11 07:27:38 +0200
committerAndreas Enge <andreas@enge.fr>2014-05-11 13:42:49 +0200
commit7e0c23fb3e232ddb3cbcb9c115618b25840eccde (patch)
tree2604c069281314410699f10691529e0fa11e2eb1 /gnu/packages/maths.scm
parentd0c64188b68cceb93e6a61eba123dac5e47e2c0f (diff)
downloadguix-patches-7e0c23fb3e232ddb3cbcb9c115618b25840eccde.tar
guix-patches-7e0c23fb3e232ddb3cbcb9c115618b25840eccde.tar.gz
gnu: pspp: Upgrade to 0.8.3
* gnu/packages/maths.scm (pspp): Update to 0.8.3.
Diffstat (limited to 'gnu/packages/maths.scm')
-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 4e8c67746d..49fdacef04 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -145,7 +145,7 @@ LP/MIP solver is included in the package.")
(define-public pspp
(package
(name "pspp")
- (version "0.8.2")
+ (version "0.8.3")
(source
(origin
(method url-fetch)
@@ -153,7 +153,7 @@ LP/MIP solver is included in the package.")
version ".tar.gz"))
(sha256
(base32
- "1w7h3dglgx0jlq1wb605b8pgfsk2vr1q2q2rj7bsajh9ihbcsixr"))))
+ "0vri2pzvmm38qaihfvwlry30f40lcnps4blg59ixic4q20ldxf5d"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)