gnu: pspp: Upgrade to 0.8.4.

* gnu/packages/maths.scm (pspp): Upgrade to 0.8.4.
This commit is contained in:
John Darrington 2014-10-03 19:49:04 +02:00
parent 7998200258
commit 3dcd78109c
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ LP/MIP solver is included in the package.")
(define-public pspp (define-public pspp
(package (package
(name "pspp") (name "pspp")
(version "0.8.3") (version "0.8.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -183,7 +183,7 @@ LP/MIP solver is included in the package.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vri2pzvmm38qaihfvwlry30f40lcnps4blg59ixic4q20ldxf5d")))) "0b65q45x05ps95pph6glbg7ymdr638nfb0rk9x5x9qm5k073pk5z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)