me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.6.0.

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

Change-Id: I7a5cff41ea88307ce6d6c8ce3202570cfe5dac3c
master
Ricardo Wurmus 2024-02-16 23:19:47 +01:00
parent 903dcccefe
commit b9243e02e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19820,14 +19820,14 @@ and compatibility with @code{ape} objects.")
(define-public r-rnifti
(package
(name "r-rnifti")
(version "1.5.1")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RNifti" version))
(sha256
(base32
"0rbym1svldahd4rlbcfb5s62rigws2w1fa1f1chp504gn340b555"))))
"0spsdkqvlkk7xn6wz6778gc6cc7dnfcwpz91q8wdzxgcbgxdy0yv"))))
(properties `((upstream-name . "RNifti")))
(build-system r-build-system)
(inputs (list zlib))