me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.2.2.

* gnu/packages/cran.scm (r-rnifti): Update to 1.2.2.
master
Ricardo Wurmus 2020-09-14 19:02:45 +02:00
parent 0b73771ad9
commit 0f93324a83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10968,14 +10968,14 @@ Touzet and Varre (2007).")
(define-public r-rnifti
(package
(name "r-rnifti")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "RNifti" version))
(sha256
(base32
"1a5s75iwwngzmi7y69j7xkcrrfvjyjrfalv9ldpgwii4cwkbyf10"))))
"0h837jdspy071ckij8szqd8149bm113jpqwbclg87is4brsm5jzg"))))
(properties `((upstream-name . "RNifti")))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))