gnu: r-bags: Update to 2.44.0.
* gnu/packages/bioconductor.scm (r-bags): Update to 2.44.0. Change-Id: I4d7438dca325f8814d7c3bc644aa79c2ebab9d22master
parent
204c59d2fd
commit
48c7540a27
|
@ -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))
|
||||||
|
|
Reference in New Issue