gnu: pspp: Update to 1.0.1.

* gnu/packages/statistics.scm (pspp): Update to 1.0.1.
This commit is contained in:
Efraim Flashner 2017-08-28 14:44:16 +03:00
parent 475b99fa5c
commit af9bb4cab8
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 "1.0.0") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -73,7 +73,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"10yb8nknh33c1y2ji3gww5dcnx9n3nqgsj6yfb4wibdjypa1m68v")))) "1r8smr5057993h90nx0mdnff8nxw9x546zzh6qpy4h3xblp1la5s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)