me
/
guix
Archived
1
0
Fork 0

gnu: r-megadepth: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.14.0.
[inputs]: Remove megadepth.

Change-Id: Ia0fc8a1e7266a996249f04447eabf9cf86b00f07
master
Ricardo Wurmus 2024-05-07 13:07:23 +02:00
parent 3f806f9667
commit 6aed2982ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -23652,17 +23652,17 @@ to annotation.")
(define-public r-megadepth (define-public r-megadepth
(package (package
(name "r-megadepth") (name "r-megadepth")
(version "1.12.0") (version "1.14.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "megadepth" version)) (uri (bioconductor-uri "megadepth" version))
(sha256 (sha256
(base32 (base32
"0g9d4q6vh2ys1la15fqgbc4ckfbjbzzaqa49x9liqrhpnrp59vc3")))) "0394x1x81hgibvqb1dbrm8h3y72xfv9xi9fgqghjgnrw6farrkdk"))))
(properties `((upstream-name . "megadepth"))) (properties `((upstream-name . "megadepth")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list megadepth)) (inputs (list))
(propagated-inputs (propagated-inputs
(list r-cmdfun (list r-cmdfun
r-dplyr r-dplyr