Archived
1
0
Fork 0

gnu: readstat: Update to 1.1.8.

* gnu/packages/statistics.scm (readstat): Update to 1.1.8.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:01 +02:00
parent 8d8d644277
commit 01596f40a9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6409,7 +6409,7 @@ files, including Rmarkdown files.")
(define-public readstat (define-public readstat
(package (package
(name "readstat") (name "readstat")
(version "1.1.5") (version "1.1.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6418,7 +6418,7 @@ files, including Rmarkdown files.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "00sdmaq0qzp6kyv53fpfi6jf3iv4pd0ap0gmw3mbfip52bbnl55w")))) (base32 "1r04lq45h1yn34v1mgfiqjfzyaqv4axqlby0nkandamcsqyhc7y4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf automake gnu-gettext libtool)) (list autoconf automake gnu-gettext libtool))