mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-anvil: Update to 1.10.2.
* gnu/packages/bioconductor.scm (r-anvil): Update to 1.10.2.
This commit is contained in:
parent
2c3383e8d8
commit
473bd926cf
1 changed files with 2 additions and 2 deletions
|
@ -2977,13 +2977,13 @@ for use in Bioconductor’s AnnotationHub.")
|
||||||
(define-public r-anvil
|
(define-public r-anvil
|
||||||
(package
|
(package
|
||||||
(name "r-anvil")
|
(name "r-anvil")
|
||||||
(version "1.10.1")
|
(version "1.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnVIL" version))
|
(uri (bioconductor-uri "AnVIL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iqsffkrxv28g9cddx2w05f2dbscwxhh6bpizwa8xaxhvn5bcpsv"))))
|
"1j7n8c47j3njd5rnlrj8bkn4q5z7jpm0c9rdq1mlwd2i1yy9fz9b"))))
|
||||||
(properties `((upstream-name . "AnVIL")))
|
(properties `((upstream-name . "AnVIL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue