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