gnu: r-rnifti: Update to 1.4.2.
* gnu/packages/cran.scm (r-rnifti): Update to 1.4.2.
This commit is contained in:
parent
e26d8b1bea
commit
00f6eebfd3
1 changed files with 2 additions and 2 deletions
|
@ -15413,14 +15413,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.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RNifti" version))
|
(uri (cran-uri "RNifti" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"058jzhw91wd4hb9l06mn0ihf1yp2fapz1fyb32w9bjwxq7qxvii2"))))
|
"1zr9g102zhb1h6a06p141g1jq0ik94kah8r3z3q2zharj30y2waz"))))
|
||||||
(properties `((upstream-name . "RNifti")))
|
(properties `((upstream-name . "RNifti")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
Reference in a new issue