[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: r-rnifti: Update to 1.6.0.
From: |
guix-commits |
Subject: |
03/08: gnu: r-rnifti: Update to 1.6.0. |
Date: |
Fri, 16 Feb 2024 17:26:14 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b9243e02e2f5f205f8bae2b3a855c8b8bd4a00f3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 16 23:19:47 2024 +0100
gnu: r-rnifti: Update to 1.6.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.6.0.
Change-Id: I7a5cff41ea88307ce6d6c8ce3202570cfe5dac3c
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8cdfaaa19b..c9bbfd401f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19820,14 +19820,14 @@ and compatibility with @code{ape} objects.")
(define-public r-rnifti
(package
(name "r-rnifti")
- (version "1.5.1")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RNifti" version))
(sha256
(base32
- "0rbym1svldahd4rlbcfb5s62rigws2w1fa1f1chp504gn340b555"))))
+ "0spsdkqvlkk7xn6wz6778gc6cc7dnfcwpz91q8wdzxgcbgxdy0yv"))))
(properties `((upstream-name . "RNifti")))
(build-system r-build-system)
(inputs (list zlib))
- branch master updated (7142f6df77 -> 91d8046029), guix-commits, 2024/02/16
- 02/08: gnu: r-statcheck: Update to 1.5.0., guix-commits, 2024/02/16
- 04/08: gnu: r-prospectr: Update to 0.2.7., guix-commits, 2024/02/16
- 03/08: gnu: r-rnifti: Update to 1.6.0.,
guix-commits <=
- 06/08: gnu: r-parsnip: Update to 1.2.0., guix-commits, 2024/02/16
- 08/08: gnu: r-segmented: Update to 2.0-3., guix-commits, 2024/02/16
- 07/08: gnu: r-dbi: Update to 1.2.2., guix-commits, 2024/02/16
- 01/08: gnu: r-v8: Update to 4.4.2., guix-commits, 2024/02/16
- 05/08: gnu: r-eulerr: Update to 7.0.1., guix-commits, 2024/02/16