mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-biodist: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.74.0. Change-Id: Ia446e4991c1955b439b2a9b40d7a22c014c5732c
This commit is contained in:
parent
78a082720a
commit
251e2665cf
1 changed files with 2 additions and 2 deletions
|
@ -19969,14 +19969,14 @@ (define-public r-biocworkflowtools
|
|||
(define-public r-biodist
|
||||
(package
|
||||
(name "r-biodist")
|
||||
(version "1.72.0")
|
||||
(version "1.74.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bioDist" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mx4abv7p76qsa0yzj0b4d03xklx09im01bx02lwa1w527gdmfc3"))))
|
||||
"0ngpysb89wag4wvcq83ddjxhy1zhl32b2fy2fg5laa4g8xfrqaxz"))))
|
||||
(properties `((upstream-name . "bioDist")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue