me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.4.2.

* gnu/packages/cran.scm (r-rnifti): Update to 1.4.2.
master
Ricardo Wurmus 2022-11-04 08:23:38 +01:00
parent e26d8b1bea
commit 00f6eebfd3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15413,14 +15413,14 @@ and compatibility with @code{ape} objects.")
(define-public r-rnifti
(package
(name "r-rnifti")
(version "1.4.1")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "RNifti" version))
(sha256
(base32
"058jzhw91wd4hb9l06mn0ihf1yp2fapz1fyb32w9bjwxq7qxvii2"))))
"1zr9g102zhb1h6a06p141g1jq0ik94kah8r3z3q2zharj30y2waz"))))
(properties `((upstream-name . "RNifti")))
(build-system r-build-system)
(inputs (list zlib))