mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-biodist: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.60.0.
This commit is contained in:
parent
6a88291d1a
commit
6b9e3b92c4
1 changed files with 2 additions and 2 deletions
|
@ -8022,14 +8022,14 @@ (define-public r-biocworkflowtools
|
|||
(define-public r-biodist
|
||||
(package
|
||||
(name "r-biodist")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bioDist" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iabw07px3ybdgbbab0vv350051cm4aq8w47rz9dnmzx4kil9h5q"))))
|
||||
"17bvxk0anvsp29j5nbblvaymf8qgbj3sz4ir2l7wj8kb8jfi19cp"))))
|
||||
(properties `((upstream-name . "bioDist")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue