me
/
guix
Archived
1
0
Fork 0

gnu: r-rbowtie2: Update to 2.4.2.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.4.2.
master
Ricardo Wurmus 2023-03-15 14:56:31 +01:00
parent ab6909adf0
commit 01911fa0a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13622,14 +13622,14 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
(define-public r-rbowtie2
(package
(name "r-rbowtie2")
(version "2.4.0")
(version "2.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie2" version))
(sha256
(base32
"05cczwkhv7kfnhlr0qznk6vdjncaj907895923f8mwx4j4cy5gcz"))))
"0cbm6q4v9ddyx4gnw2p47ssyhnmjfxahvzbzwjzn0my3ixssy0aj"))))
(properties `((upstream-name . "Rbowtie2")))
(build-system r-build-system)
(propagated-inputs