mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: pspp: Update to 1.0.1.
* gnu/packages/statistics.scm (pspp): Update to 1.0.1.
This commit is contained in:
parent
475b99fa5c
commit
af9bb4cab8
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@
|
|||
(define-public pspp
|
||||
(package
|
||||
(name "pspp")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10yb8nknh33c1y2ji3gww5dcnx9n3nqgsj6yfb4wibdjypa1m68v"))))
|
||||
"1r8smr5057993h90nx0mdnff8nxw9x546zzh6qpy4h3xblp1la5s"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue