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

* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.26.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:24:19 +01:00
parent 2cebc5d135
commit 02684becc9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4813,14 +4813,14 @@ Gaussian distributions.")
(define-public r-rbowtie
(package
(name "r-rbowtie")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie" version))
(sha256
(base32
"1p8gbd2zn677lq8d009p2cplg1jm2jhn81lppipj638i9ynjh44f"))))
"0yy31xhdmf6xb21wlhmxxwfqpm0nil39pb2cs3pq5ia758lb88z4"))))
(properties `((upstream-name . "Rbowtie")))
(build-system r-build-system)
(inputs