mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-rbowtie: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.34.0. [inputs]: Remove zlib.
This commit is contained in:
parent
0e507e0059
commit
1b455ccb4b
1 changed files with 2 additions and 4 deletions
|
@ -9152,18 +9152,16 @@ (define-public r-iclusterplus
|
|||
(define-public r-rbowtie
|
||||
(package
|
||||
(name "r-rbowtie")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mfikbrs28q7r3lnsq0jma5x6nkrnm3q46242jh35w9c969jk5yy"))))
|
||||
"0ardmryx6ac7v6n900a1klrrldvbmh7bxvy8ldz8rwid19h29ikr"))))
|
||||
(properties `((upstream-name . "Rbowtie")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/Rbowtie/")
|
||||
|
|
Loading…
Reference in a new issue