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:
Ricardo Wurmus 2025-04-30 10:48:21 +02:00
parent 9046e17e02
commit d6d559c4ab
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2561,14 +2561,14 @@ downloaded from Encode.")
(define-public r-golubesets (define-public r-golubesets
(package (package
(name "r-golubesets") (name "r-golubesets")
(version "1.49.0") (version "1.50.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "golubEsets" version (uri (bioconductor-uri "golubEsets" version
'experiment)) 'experiment))
(sha256 (sha256
(base32 "0mchxhzaymrhvgim2ghanq6s29366pi5aljszwa1lkkkky0vpwip")))) (base32 "1qgh3c3yq7f8nqqgwzgykcl3qxjjb9xfgybq55hqqa8s3125nxgs"))))
(properties `((upstream-name . "golubEsets"))) (properties `((upstream-name . "golubEsets")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-biobase)) (propagated-inputs (list r-biobase))