summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2014-10-03 19:49:04 +0200
committerJohn Darrington <jmd@gnu.org>2014-10-03 19:52:50 +0200
commit3dcd78109c62b6837c4397ea60087d13e5f8814d (patch)
tree650a78ec47f8de23a157bd88bd5580b9029ccf94
parent7998200258906528f4c6cbfedef95ed98a0fe5dd (diff)
downloadguix-3dcd78109c62b6837c4397ea60087d13e5f8814d.tar.gz
gnu: pspp: Upgrade to 0.8.4.
* gnu/packages/maths.scm (pspp): Upgrade to 0.8.4.
-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 e4fd13abf3..20e700f290 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -175,7 +175,7 @@ LP/MIP solver is included in the package.")
 (define-public pspp
   (package
     (name "pspp")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
       (method url-fetch)
@@ -183,7 +183,7 @@ LP/MIP solver is included in the package.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "0vri2pzvmm38qaihfvwlry30f40lcnps4blg59ixic4q20ldxf5d"))))
+        "0b65q45x05ps95pph6glbg7ymdr638nfb0rk9x5x9qm5k073pk5z"))))
     (build-system gnu-build-system)
     (inputs
      `(("cairo" ,cairo)