gnu: pspp: Update to 0.11.0.

This fixes CVE-2017-10791, CVE-2017-10792.

* gnu/packages/statistics.scm (pspp): Update to 0.11.0.
master
Efraim Flashner 2017-08-13 10:16:00 +03:00
parent 96f23b62e0
commit adcb30642c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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