me
/
guix
Archived
1
0
Fork 0

gnu: r-bags: Update to 2.44.0.

* gnu/packages/bioconductor.scm (r-bags): Update to 2.44.0.

Change-Id: I4d7438dca325f8814d7c3bc644aa79c2ebab9d22
master
Ricardo Wurmus 2024-05-07 12:32:40 +02:00
parent 204c59d2fd
commit 48c7540a27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4650,13 +4650,13 @@ alleles, a known phenotypical feature of cancer samples.")
(define-public r-bags (define-public r-bags
(package (package
(name "r-bags") (name "r-bags")
(version "2.42.0") (version "2.44.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BAGS" version)) (uri (bioconductor-uri "BAGS" version))
(sha256 (sha256
(base32 "0356ragpcldr48yycqj91sn3bcqvvfp5spv2z02r8g6hs0dndwdh")))) (base32 "1xc7gp5fljqz26lj8sjcilm01g636p4wlzy4pzy5wgqxgfcw3zps"))))
(properties `((upstream-name . "BAGS"))) (properties `((upstream-name . "BAGS")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-biobase r-breastcancervdx)) (propagated-inputs (list r-biobase r-breastcancervdx))