me
/
guix
Archived
1
0
Fork 0

gnu: r-rbowtie: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.26.0.
master
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
1 changed files with 2 additions and 2 deletions

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