mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-bags: Update to 2.44.0.
* gnu/packages/bioconductor.scm (r-bags): Update to 2.44.0. Change-Id: I4d7438dca325f8814d7c3bc644aa79c2ebab9d22
This commit is contained in:
parent
204c59d2fd
commit
48c7540a27
1 changed files with 2 additions and 2 deletions
|
@ -4650,13 +4650,13 @@ (define-public r-baalchip
|
|||
(define-public r-bags
|
||||
(package
|
||||
(name "r-bags")
|
||||
(version "2.42.0")
|
||||
(version "2.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BAGS" version))
|
||||
(sha256
|
||||
(base32 "0356ragpcldr48yycqj91sn3bcqvvfp5spv2z02r8g6hs0dndwdh"))))
|
||||
(base32 "1xc7gp5fljqz26lj8sjcilm01g636p4wlzy4pzy5wgqxgfcw3zps"))))
|
||||
(properties `((upstream-name . "BAGS")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-breastcancervdx))
|
||||
|
|
Loading…
Reference in a new issue