3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rbowtie: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.30.0.
This commit is contained in:
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

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