mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocset: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-biocset): Update to 1.8.0.
This commit is contained in:
parent
b2253e6ceb
commit
2e0b3797af
1 changed files with 2 additions and 2 deletions
|
@ -12026,14 +12026,14 @@ analytics on packages.")
|
||||||
(define-public r-biocset
|
(define-public r-biocset
|
||||||
(package
|
(package
|
||||||
(name "r-biocset")
|
(name "r-biocset")
|
||||||
(version "1.6.1")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocSet" version))
|
(uri (bioconductor-uri "BiocSet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nmrg9cgq8l9w467y364jghnvym05abpj8pyj90grmrib2xc5sj2"))))
|
"0ysm68gcalg3d91jx6vmdzra01vc6kvzqnvz557g3rnm0wkx12q6"))))
|
||||||
(properties `((upstream-name . "BiocSet")))
|
(properties `((upstream-name . "BiocSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue