me
/
guix
Archived
1
0
Fork 0

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 06465d2ba4
commit f4c808df5b
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 (define-public pspp
(package (package
(name "pspp") (name "pspp")
(version "0.10.2") (version "0.11.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -73,7 +73,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1afsq0a3iij64qacczvwhk81qg0q5rfqm055y5h9ls28d6paqz7p")))) "1dmvg2dzfx57vxswdmk458qm2q12ihj2jnwm3qbmqywi473c2p5f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)