3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: pspp: Update to 1.4.0.

* gnu/packages/statistics.scm (pspp): Update to 1.4.0.
This commit is contained in:
Efraim Flashner 2020-08-16 08:20:41 +03:00
parent b8ca792fe1
commit 11c3bb3285
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -88,7 +88,7 @@
(define-public pspp
(package
(name "pspp")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
@ -96,7 +96,7 @@
version ".tar.gz"))
(sha256
(base32
"07pp27zycrb5x927jwaj9r3q7hy915jh51xs85zxby6gfiwl63m5"))))
"0gv6rd5nfn53wb40s8bi3gdidikb90v2lv331dn0pvb91h976433"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)