mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rnifti: Update to 1.2.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.0.
This commit is contained in:
parent
365036300a
commit
b19acea286
1 changed files with 2 additions and 2 deletions
|
@ -10779,14 +10779,14 @@ (define-public r-tfmpvalue
|
|||
(define-public r-rnifti
|
||||
(package
|
||||
(name "r-rnifti")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RNifti" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z8ninp3aq18w0slcfn8r2fp48cdz8l0k0namsrnvgyp8lzcpqpn"))))
|
||||
"0gh80n9lcpdhwmi9q78yfvbkb0kffamv7ncsna68401y9mfvn7ag"))))
|
||||
(properties `((upstream-name . "RNifti")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
|
|
Loading…
Reference in a new issue