3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rnifti: Update to 1.4.3.

* gnu/packages/cran.scm (r-rnifti): Update to 1.4.3.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:14 +01:00
parent 09371065bb
commit 4eb56f0775
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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