me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.2.1.

* gnu/packages/cran.scm (r-rnifti): Update to 1.2.1.
master
Ricardo Wurmus 2020-09-04 22:00:18 +02:00
parent 350bef92de
commit 667e8c85e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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