mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-anvil: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-anvil): Update to 1.14.1. Change-Id: I2ea83e4a11a1268f222201480563fe1c9ce1060b
This commit is contained in:
parent
dafbf36e1f
commit
2dc2636444
1 changed files with 2 additions and 2 deletions
|
@ -3300,13 +3300,13 @@ (define-public r-annotationhubdata
|
|||
(define-public r-anvil
|
||||
(package
|
||||
(name "r-anvil")
|
||||
(version "1.14.0")
|
||||
(version "1.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnVIL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0syd1m992i2xqw2djw6s07zwwvrzvd0aksix1cbhx9plpswd2245"))))
|
||||
"06n0as71m3dfbnzjfq8f1s0r40w4flc8am7zb0293c1037clmcig"))))
|
||||
(properties `((upstream-name . "AnVIL")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue