me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.3.0.

* gnu/packages/cran.scm (r-rnifti): Update to 1.3.0.
master
Ricardo Wurmus 2020-12-09 21:58:45 +01:00
parent c148d5afbc
commit 68b720ec4a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11315,14 +11315,14 @@ Touzet and Varre (2007).")
(define-public r-rnifti
(package
(name "r-rnifti")
(version "1.2.3")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RNifti" version))
(sha256
(base32
"02jdxz3w423k9b5wldky4pnnq0cs2zlfi52jxjw1mk24z756j692"))))
"1zr0q79id62csmc30c7gs4hbmavk8n6p50a981sfz51dczhjj5ny"))))
(properties `((upstream-name . "RNifti")))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))