mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-biodist: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.62.0.
This commit is contained in:
parent
7891c83c3e
commit
15be98c136
1 changed files with 2 additions and 2 deletions
|
@ -8147,14 +8147,14 @@ (define-public r-biocworkflowtools
|
||||||
(define-public r-biodist
|
(define-public r-biodist
|
||||||
(package
|
(package
|
||||||
(name "r-biodist")
|
(name "r-biodist")
|
||||||
(version "1.60.0")
|
(version "1.62.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bioDist" version))
|
(uri (bioconductor-uri "bioDist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17bvxk0anvsp29j5nbblvaymf8qgbj3sz4ir2l7wj8kb8jfi19cp"))))
|
"10p4iajpyqgqb35743jm1a33lwbsmax2g4vz9fbbhn2cpiq3chap"))))
|
||||||
(properties `((upstream-name . "bioDist")))
|
(properties `((upstream-name . "bioDist")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue