summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-25 11:08:16 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-25 11:08:16 +0200
commit78c7e3449fcb53b7bd7f534481cb51fab13b4746 (patch)
tree2f2b9206302fcbe1f32558c258a9f53feea788c6
parentb972db72751c508c4830aad38bb51ddc67ceab69 (diff)
downloadgnu-guix-78c7e3449fcb53b7bd7f534481cb51fab13b4746.tar
gnu-guix-78c7e3449fcb53b7bd7f534481cb51fab13b4746.tar.gz
gnu: pspp: Update to 0.8.1.
* gnu/packages/maths.scm (pspp): Update to 0.8.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 75354122b5..c72d6074ab 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -108,7 +108,7 @@ extensive test suite.")
(define-public pspp
(package
(name "pspp")
- (version "0.8.0a")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
@@ -116,7 +116,7 @@ extensive test suite.")
version ".tar.gz"))
(sha256
(base32
- "1pgkb3z8b4wk4gymnafclhkrqq7n05wq83mra3v53jdl6bnllmyq"))))
+ "0qhxsdbwxd3cn1shc13wxvx2lg32lp4z6sz24kv3jz7p5xfi8j7x"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gnu:gettext)