gnu: pspp: Update to 0.10.2.

* gnu/packages/statistics.scm (pspp): Update to 0.10.2.
This commit is contained in:
Efraim Flashner 2016-07-24 12:05:29 +03:00
parent fe84bc9aba
commit df2c7563ff
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -62,7 +62,7 @@ (define-module (gnu packages statistics)
(define-public pspp (define-public pspp
(package (package
(name "pspp") (name "pspp")
(version "0.10.1") (version "0.10.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -70,7 +70,7 @@ (define-public pspp
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xw61kq0hxh7f6a4yjhnqbhc0fj9r3wb3qnpq05qhdp79n30ik24")))) "1afsq0a3iij64qacczvwhk81qg0q5rfqm055y5h9ls28d6paqz7p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)