mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-golubesets: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-golubesets): Update to 1.50.0. Change-Id: I84daae58a4d84b578f0881cd5a7346966530de99
This commit is contained in:
parent
9046e17e02
commit
d6d559c4ab
1 changed files with 2 additions and 2 deletions
|
@ -2561,14 +2561,14 @@ downloaded from Encode.")
|
|||
(define-public r-golubesets
|
||||
(package
|
||||
(name "r-golubesets")
|
||||
(version "1.49.0")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "golubEsets" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32 "0mchxhzaymrhvgim2ghanq6s29366pi5aljszwa1lkkkky0vpwip"))))
|
||||
(base32 "1qgh3c3yq7f8nqqgwzgykcl3qxjjb9xfgybq55hqqa8s3125nxgs"))))
|
||||
(properties `((upstream-name . "golubEsets")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue