[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/158: gnu: readstat: Update to 1.1.9.
From: |
guix-commits |
Subject: |
04/158: gnu: readstat: Update to 1.1.9. |
Date: |
Sun, 19 Mar 2023 13:24:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 40cb3c30fc44d89898a1f51d4c59f4d0d477148c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 17 14:07:37 2023 +0100
gnu: readstat: Update to 1.1.9.
* gnu/packages/statistics.scm (readstat): Update to 1.1.9.
---
gnu/packages/statistics.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 5619f474ae..4f2ada17c0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015-2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
@@ -6597,7 +6597,7 @@ files, including Rmarkdown files.")
(define-public readstat
(package
(name "readstat")
- (version "1.1.8")
+ (version "1.1.9")
(source
(origin
(method git-fetch)
@@ -6606,16 +6606,16 @@ files, including Rmarkdown files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1r04lq45h1yn34v1mgfiqjfzyaqv4axqlby0nkandamcsqyhc7y4"))))
+ (base32 "0aqalr86d7h9sp9zjkydw3ap4s54qgq2ml6p8gd0gnn1jf0ljm72"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake gnu-gettext libtool))
(inputs
- (list zlib)) ; libz
+ (list zlib))
+ (home-page "https://github.com/WizardMac/ReadStat")
(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.")
- (home-page "https://github.com/WizardMac/ReadStat")
(license license:expat)))
(define-public r-quantpsyc
- branch master updated (f9702aa9fd -> e9c8c01e24), guix-commits, 2023/03/19
- 03/158: gnu: r-httpuv: Update to 1.6.9., guix-commits, 2023/03/19
- 04/158: gnu: readstat: Update to 1.1.9.,
guix-commits <=
- 05/158: gnu: r-haven: Update to 2.5.2., guix-commits, 2023/03/19
- 07/158: gnu: r-opencpu: Update to 2.2.9., guix-commits, 2023/03/19
- 08/158: gnu: r-ggvis: Update to 0.4.8., guix-commits, 2023/03/19
- 06/158: gnu: r-bookdown: Update to 0.33., guix-commits, 2023/03/19
- 09/158: gnu: r-sf: Update to 1.0-11., guix-commits, 2023/03/19
- 13/158: gnu: Add r-mclogit., guix-commits, 2023/03/19
- 14/158: gnu: r-shadowtext: Update indentation., guix-commits, 2023/03/19
- 02/158: gnu: Add libuv-for-r-httpuv., guix-commits, 2023/03/19
- 15/158: gnu: r-memuse: Adjust indentation., guix-commits, 2023/03/19
- 16/158: gnu: r-numbat: Update to 1.2.2., guix-commits, 2023/03/19