mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rnifti: Update to 1.2.3.
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.3.
This commit is contained in:
parent
f1e8076b99
commit
7ec575fa39
1 changed files with 2 additions and 2 deletions
|
@ -11024,14 +11024,14 @@ (define-public r-tfmpvalue
|
|||
(define-public r-rnifti
|
||||
(package
|
||||
(name "r-rnifti")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RNifti" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h837jdspy071ckij8szqd8149bm113jpqwbclg87is4brsm5jzg"))))
|
||||
"02jdxz3w423k9b5wldky4pnnq0cs2zlfi52jxjw1mk24z756j692"))))
|
||||
(properties `((upstream-name . "RNifti")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
|
|
Loading…
Reference in a new issue