mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-rnifti: Update to 1.5.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.5.0.
This commit is contained in:
parent
a17674d6c0
commit
a85d445e66
1 changed files with 2 additions and 2 deletions
|
@ -17748,14 +17748,14 @@ (define-public r-rnexml
|
||||||
(define-public r-rnifti
|
(define-public r-rnifti
|
||||||
(package
|
(package
|
||||||
(name "r-rnifti")
|
(name "r-rnifti")
|
||||||
(version "1.4.5")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RNifti" version))
|
(uri (cran-uri "RNifti" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a26jdhgwnfk2ai4zrnqf65czmamqrj2gb6l9w83mfpyrm4shxx2"))))
|
"01g9ylmjirmblgcl1f8kzwfzbpyf4vy2rci1407jx4s3av9xzr1j"))))
|
||||||
(properties `((upstream-name . "RNifti")))
|
(properties `((upstream-name . "RNifti")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
Loading…
Reference in a new issue