1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 14:01:15 +02:00

Revert "gnu: pspp: Update to 0.11.0."

This FTBFS on x86_64 and i686.

This reverts commit f4c808df5b.
This commit is contained in:
Efraim Flashner
2017-08-15 10:03:40 +03:00
parent 14f366e58d
commit 2d430f2923

View File

@@ -65,7 +65,7 @@
(define-public pspp
(package
(name "pspp")
(version "0.11.0")
(version "0.10.2")
(source
(origin
(method url-fetch)
@@ -73,7 +73,7 @@
version ".tar.gz"))
(sha256
(base32
"1dmvg2dzfx57vxswdmk458qm2q12ihj2jnwm3qbmqywi473c2p5f"))))
"1afsq0a3iij64qacczvwhk81qg0q5rfqm055y5h9ls28d6paqz7p"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)