me
/
guix
Archived
1
0
Fork 0

gnu: r-rnifti: Update to 1.3.1.

* gnu/packages/cran.scm (r-rnifti): Update to 1.3.1.
master
Ricardo Wurmus 2021-05-20 10:54:43 +02:00
parent ecf62c7321
commit c1648123c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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