me
/
guix
Archived
1
0
Fork 0

gnu: r-rbowtie2: Update to 1.10.1.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.1.
master
Ricardo Wurmus 2020-08-20 20:41:55 +02:00
parent a8840a04d7
commit 82cb9a99f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5240,14 +5240,14 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
(define-public r-rbowtie2
(package
(name "r-rbowtie2")
(version "1.10.0")
(version "1.10.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie2" version))
(sha256
(base32
"1z2dn0q3wcw8b9ibx388kh7p5km16i71sw9miqj3daw7g0v5bxp3"))))
"19v7wfvrd53j618c1xbiqnlsf2kxw697myryx0vb9s2aspknyzz7"))))
(properties `((upstream-name . "Rbowtie2")))
(build-system r-build-system)
(inputs