1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

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

View File

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