gnu: r-rnifti: Update to 1.4.5.

* gnu/packages/cran.scm (r-rnifti): Update to 1.4.5.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:33 +01:00
parent 1931b8bfa9
commit d3de3d9b2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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