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.32.0.

* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.32.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:50:03 +02:00
parent 69295659be
commit 0e74fff5eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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