diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-07-30 18:29:24 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-30 18:29:37 +0200 |
| commit | a442d2b86ec5d4f27311ce68abb93b4cd6ddf400 (patch) | |
| tree | 8791463d52fb4abcea45265a2e9dcffdc1e0c82a /gnu/packages | |
| parent | 3a526c8995fa3f6621a8ebbb42f243426e58aec8 (diff) | |
gnu: readstat: Update to 1.1.9-0.718d491.
* gnu/packages/statistics.scm (readstat): Update to 1.1.9-0.718d491.
Change-Id: I626bf888710c9092ae5b9c06e25fc696bc853d9f
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/statistics.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index a8cfd9104af..2e037508699 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -3180,18 +3180,20 @@ files, including Rmarkdown files.") | |||
| 3180 | (license license:gpl3+))) | 3180 | (license license:gpl3+))) |
| 3181 | 3181 | ||
| 3182 | (define-public readstat | 3182 | (define-public readstat |
| 3183 | (let ((commit "718d49155e327471ed9bf4a8c157f849f285b46c") | ||
| 3184 | (revision "0")) | ||
| 3183 | (package | 3185 | (package |
| 3184 | (name "readstat") | 3186 | (name "readstat") |
| 3185 | (version "1.1.9") | 3187 | (version (git-version "1.1.9" revision commit)) |
| 3186 | (source | 3188 | (source |
| 3187 | (origin | 3189 | (origin |
| 3188 | (method git-fetch) | 3190 | (method git-fetch) |
| 3189 | (uri (git-reference | 3191 | (uri (git-reference |
| 3190 | (url "https://github.com/WizardMac/ReadStat") | 3192 | (url "https://github.com/WizardMac/ReadStat") |
| 3191 | (commit (string-append "v" version)))) | 3193 | (commit commit))) |
| 3192 | (file-name (git-file-name name version)) | 3194 | (file-name (git-file-name name version)) |
| 3193 | (sha256 | 3195 | (sha256 |
| 3194 | (base32 "0aqalr86d7h9sp9zjkydw3ap4s54qgq2ml6p8gd0gnn1jf0ljm72")))) | 3196 | (base32 "121axcx4shd0fqlcr1mk7y841sd59r9mx473c4av8gs81xfhcg0h")))) |
| 3195 | (build-system gnu-build-system) | 3197 | (build-system gnu-build-system) |
| 3196 | (native-inputs | 3198 | (native-inputs |
| 3197 | (list autoconf automake gettext-minimal libtool)) | 3199 | (list autoconf automake gettext-minimal libtool)) |
| @@ -3201,7 +3203,7 @@ files, including Rmarkdown files.") | |||
| 3201 | (synopsis "Convert SAS, Stata, and SPSS files") | 3203 | (synopsis "Convert SAS, Stata, and SPSS files") |
| 3202 | (description "Command-line tool and C library for reading files from | 3204 | (description "Command-line tool and C library for reading files from |
| 3203 | popular stats packages like SAS, Stata and SPSS.") | 3205 | popular stats packages like SAS, Stata and SPSS.") |
| 3204 | (license license:expat))) | 3206 | (license license:expat)))) |
| 3205 | 3207 | ||
| 3206 | (define-public python-pyreadstat | 3208 | (define-public python-pyreadstat |
| 3207 | (package | 3209 | (package |
