mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-biodist: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.66.0.
This commit is contained in:
parent
b9c74b05d7
commit
b24de9bf77
1 changed files with 2 additions and 2 deletions
|
@ -12097,14 +12097,14 @@ (define-public r-biocworkflowtools
|
|||
(define-public r-biodist
|
||||
(package
|
||||
(name "r-biodist")
|
||||
(version "1.64.0")
|
||||
(version "1.66.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bioDist" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y1x9q9aa76gbhsyfn638rxp5icjvq30fv3a4205xh7g5jwlf6yw"))))
|
||||
"0y35c9sdq5x4q64ip0wgqz59mh01l71k1pp6n8vqbr667nwg0gdp"))))
|
||||
(properties `((upstream-name . "bioDist")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue