me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.7.0.

* gnu/packages/cran.scm (r-rnifti): Update to 1.7.0.

Change-Id: If1a9b3a355268d543ca7421fac670a56ce9b7ea2
master
Ricardo Wurmus 2024-07-02 14:58:41 +02:00
parent b070fa3a4a
commit 18659932f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20770,14 +20770,14 @@ and compatibility with @code{ape} objects.")
(define-public r-rnifti (define-public r-rnifti
(package (package
(name "r-rnifti") (name "r-rnifti")
(version "1.6.1") (version "1.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RNifti" version)) (uri (cran-uri "RNifti" version))
(sha256 (sha256
(base32 (base32
"0wn06fnq5c7f0vwakryb75vzkjh03dqz2z57lgmn68hwgssnpalc")))) "1s0q1vs6hzg1xadk43rxqxi55swkl7pgsnw45im5vgsz1wxgg375"))))
(properties `((upstream-name . "RNifti"))) (properties `((upstream-name . "RNifti")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list zlib)) (inputs (list zlib))