gnu: r-rbowtie2: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.12.0.
This commit is contained in:
zimoun 2020-10-30 15:52:57 +01:00 committed by Ricardo Wurmus
parent 59fafa19f5
commit 9834d1ab38
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5350,14 +5350,14 @@ (define-public r-zfpkm
(define-public r-rbowtie2
(package
(name "r-rbowtie2")
(version "1.10.1")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie2" version))
(sha256
(base32
"19v7wfvrd53j618c1xbiqnlsf2kxw697myryx0vb9s2aspknyzz7"))))
"1pcdcqn82ray73bajjnx5zgs98m56acviq3adbzga0cfqf6wiqx5"))))
(properties `((upstream-name . "Rbowtie2")))
(build-system r-build-system)
(inputs