me
/
guix
Archived
1
0
Fork 0

gnu: r-rbowtie: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.30.0.
master
zimoun 2020-10-30 15:53:12 +01:00 committed by Ricardo Wurmus
parent 4bc0675de0
commit ea86d93e8c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5490,14 +5490,14 @@ Gaussian distributions.")
(define-public r-rbowtie
(package
(name "r-rbowtie")
(version "1.28.1")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie" version))
(sha256
(base32
"0589ggbfx6di42wvqyhnzgrhmb52swr3r5z22w6b8x0z2y7hl8b3"))))
"0rgxqc3sbq7phnrn9a6z361725h4zi2mi985i43n7fi3csif7507"))))
(properties `((upstream-name . "Rbowtie")))
(build-system r-build-system)
(inputs