mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rbowtie: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.48.0. [inputs]: Remove zlib. Change-Id: I9e33f7a52c5570cbc528b2f4de6382fb59f59407
This commit is contained in:
parent
d27e6f8fe0
commit
c0709a05ab
1 changed files with 3 additions and 3 deletions
|
@ -20935,14 +20935,14 @@ Gaussian distributions.")
|
|||
(define-public r-rbowtie
|
||||
(package
|
||||
(name "r-rbowtie")
|
||||
(version "1.46.0")
|
||||
(version "1.48.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cbdg469796ij1n8l42mp1c30y2r28j7as6q7add38rpfrmj57b7"))))
|
||||
"0jcj8z1p2k993ngwyndv60gqm7kwsmc0wsazllgi1y68dxcawwav"))))
|
||||
(properties `((upstream-name . "Rbowtie")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -20957,7 +20957,7 @@ Gaussian distributions.")
|
|||
(add-after 'unpack 'patch-sources
|
||||
(lambda _
|
||||
(setenv "POPCNT_CAPABILITY" "0")))))))
|
||||
(inputs (list zlib))
|
||||
(inputs (list))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/Rbowtie/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue