me
/
guix
Archived
1
0
Fork 0

gnu: r-megadepth: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.10.0.
master
Ricardo Wurmus 2023-06-02 12:53:15 +02:00
parent 0beada7cb0
commit 6d54b5cc23
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20000,14 +20000,14 @@ to annotation.")
(define-public r-megadepth
(package
(name "r-megadepth")
(version "1.9.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "megadepth" version))
(sha256
(base32
"1sj4z63drafmm1hvs0yhhn9c9mrwiv8i2s0cjj1iam8rbar0xv79"))))
"1zzhgfnrr3r5ismbbj9jcqss8mr8ll6p4d3z026ya2khb0i7clc7"))))
(properties `((upstream-name . "megadepth")))
(build-system r-build-system)
(inputs (list megadepth))