me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.0.0.

* gnu/packages/cran.scm (r-rnifti): Update to 1.0.0.
master
Ricardo Wurmus 2019-11-24 15:09:26 +01:00
parent 2eff036278
commit 138fbdf354
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10042,14 +10042,14 @@ Touzet and Varre (2007).")
(define-public r-rnifti
(package
(name "r-rnifti")
(version "0.11.1")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RNifti" version))
(sha256
(base32
"0jcgdg5k2swmi57aqj347kfi1fc4nvag7pxdfz61kc0vqqamm0wg"))))
"0l61hjnzv043ibpkgrhc0yngaqmc58lkvii8j1dzh022z5wbqrj8"))))
(properties `((upstream-name . "RNifti")))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))