mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-damefinder: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-damefinder): Update to 1.16.0. Change-Id: I934f27e813e05d5cfef32eb0bec0bd784a200c5a
This commit is contained in:
parent
091e0144a2
commit
94b4335bd5
1 changed files with 2 additions and 2 deletions
|
@ -5202,13 +5202,13 @@ (define-public r-dama
|
|||
(define-public r-damefinder
|
||||
(package
|
||||
(name "r-damefinder")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DAMEfinder" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mbm884dm30b4fwf3qr1w96j18dxdmr2bn11dw83hh0wrbhp8njm"))))
|
||||
"1ffqa7a3a0f3m58j6al2hd7aa8bamv4z170y4yn1vr1f8jrb7kq5"))))
|
||||
(properties `((upstream-name . "DAMEfinder")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue