me
/
guix
Archived
1
0
Fork 0

gnu: r-rbowtie: Update to 1.28.1.

* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.28.1.
master
Ricardo Wurmus 2020-08-20 20:42:02 +02:00
parent 4a504b80c2
commit a20538ab7e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5380,14 +5380,14 @@ Gaussian distributions.")
(define-public r-rbowtie
(package
(name "r-rbowtie")
(version "1.28.0")
(version "1.28.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie" version))
(sha256
(base32
"06y1qp915dlwjdi2fs3344sgya55pcv07f3i61y0cxb0bhbcgvrz"))))
"0589ggbfx6di42wvqyhnzgrhmb52swr3r5z22w6b8x0z2y7hl8b3"))))
(properties `((upstream-name . "Rbowtie")))
(build-system r-build-system)
(inputs