summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2026-03-04 21:42:44 -0800
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-06 21:26:54 +0000
commit409910d50339c87e75f73ebf7cd1255bacc015fb (patch)
tree3fc4abaabcc49a052e6798bdecf79db6759c0b1c
parent12ba6eccaa45fc2e410af0f08f886fc00b1f5f67 (diff)
gnu: pspp: Update to 2.1.1.
* gnu/packages/statistics.scm (pspp): Update to 2.1.1. Change-Id: Id2f806693fb97fcf20c9e0badac84572e141e5fe Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/statistics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b3d749d8db7..a108a703262 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -215,14 +215,14 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(define-public pspp
(package
(name "pspp")
- (version "2.0.1")
+ (version "2.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/pspp/pspp-" version ".tar.gz"))
(sha256
(base32
- "002c08rxym056mn7a73jwjmcazqd4gh5j1cyml603y4ckvqb1nwf"))))
+ "1hqlxza6cbpvhcnnns047rmydrg8f991jad7dhg6m9nzgf9m1rdm"))))
(build-system gnu-build-system)
(arguments
(list #:phases
@@ -637,7 +637,7 @@ available, greatly increasing its breadth and scope.")
#:phases
#~(modify-phases %standard-phases
;; TODO: The deprecation warnings break the tests, report upstream.
- ;;
+ ;;
;; AttributeError: module 'numpy' has no attribute 'bool'. `np.bool`
;; was a deprecated alias for the builtin `bool`. To avoid this
;; error in existing code, use `bool` by itself. Doing this will not