gnu: r-rnifti: Update to 0.11.0.
* gnu/packages/cran.scm (r-rnifti): Update to 0.11.0.
This commit is contained in:
parent
9f84c9e843
commit
93e72161ae
1 changed files with 2 additions and 2 deletions
|
@ -9558,14 +9558,14 @@ (define-public r-tfmpvalue
|
|||
(define-public r-rnifti
|
||||
(package
|
||||
(name "r-rnifti")
|
||||
(version "0.10.0")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RNifti" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07sfzps4yg5zdhbxh6i4rbjvbjvvf2d8i9jcf64ywbmi557sw1zv"))))
|
||||
"0zs8ffa6gpi9cygxk7xjin6k3vpvfgb540a506zlk50bf6kc5nlf"))))
|
||||
(properties `((upstream-name . "RNifti")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
|
|
Loading…
Reference in a new issue