This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a442d2b86e gnu: readstat: Update to 1.1.9-0.718d491.
a442d2b86e is described below
commit a442d2b86ec5d4f27311ce68abb93b4cd6ddf400
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jul 30 18:29:24 2025 +0200
gnu: readstat: Update to 1.1.9-0.718d491.
* gnu/packages/statistics.scm (readstat): Update to 1.1.9-0.718d491.
Change-Id: I626bf888710c9092ae5b9c06e25fc696bc853d9f
---
gnu/packages/statistics.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a8cfd9104a..2e03750869 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3180,18 +3180,20 @@ files, including Rmarkdown files.")
(license license:gpl3+)))
(define-public readstat
+ (let ((commit "718d49155e327471ed9bf4a8c157f849f285b46c")
+ (revision "0"))
(package
(name "readstat")
- (version "1.1.9")
+ (version (git-version "1.1.9" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/WizardMac/ReadStat")
- (commit (string-append "v" version))))
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0aqalr86d7h9sp9zjkydw3ap4s54qgq2ml6p8gd0gnn1jf0ljm72"))))
+ (base32 "121axcx4shd0fqlcr1mk7y841sd59r9mx473c4av8gs81xfhcg0h"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake gettext-minimal libtool))
@@ -3201,7 +3203,7 @@ files, including Rmarkdown files.")
(synopsis "Convert SAS, Stata, and SPSS files")
(description "Command-line tool and C library for reading files from
popular stats packages like SAS, Stata and SPSS.")
- (license license:expat)))
+ (license license:expat))))
(define-public python-pyreadstat
(package