gnu: r-rbowtie: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.34.0. [inputs]: Remove zlib.master
parent
0e507e0059
commit
1b455ccb4b
|
@ -9152,18 +9152,16 @@ Gaussian distributions.")
|
||||||
(define-public r-rbowtie
|
(define-public r-rbowtie
|
||||||
(package
|
(package
|
||||||
(name "r-rbowtie")
|
(name "r-rbowtie")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rbowtie" version))
|
(uri (bioconductor-uri "Rbowtie" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mfikbrs28q7r3lnsq0jma5x6nkrnm3q46242jh35w9c969jk5yy"))))
|
"0ardmryx6ac7v6n900a1klrrldvbmh7bxvy8ldz8rwid19h29ikr"))))
|
||||||
(properties `((upstream-name . "Rbowtie")))
|
(properties `((upstream-name . "Rbowtie")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
|
||||||
`(("zlib" ,zlib)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/Rbowtie/")
|
(home-page "https://bioconductor.org/packages/Rbowtie/")
|
||||||
|
|
Reference in New Issue