mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rhisat2: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.20.0. [propagated-inputs]: Remove r-genomicfeatures; add r-txdbmaker. Change-Id: I529eb7b14bed764ee4c99840261111aa464ebee4
This commit is contained in:
parent
d7eb538f98
commit
df7d5ec7c9
1 changed files with 3 additions and 3 deletions
|
@ -18140,14 +18140,14 @@ interpretation.")
|
||||||
(define-public r-rhisat2
|
(define-public r-rhisat2
|
||||||
(package
|
(package
|
||||||
(name "r-rhisat2")
|
(name "r-rhisat2")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhisat2" version))
|
(uri (bioconductor-uri "Rhisat2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pxlpwqzbdii0b1swy9vcq905934yfmyqwfx2j3f7n5n4dgglc2q"))))
|
"0a7k9p08gq537275r7dfzh34ycxx8h4fmac74jimwhsa420793r5"))))
|
||||||
(properties `((upstream-name . "Rhisat2")))
|
(properties `((upstream-name . "Rhisat2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -18163,7 +18163,7 @@ interpretation.")
|
||||||
(("^CPP =.*") (which "g++")))
|
(("^CPP =.*") (which "g++")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-genomicfeatures r-genomicranges r-sgseq))
|
(list r-genomicranges r-sgseq r-txdbmaker))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://github.com/fmicompbio/Rhisat2")
|
(home-page "https://github.com/fmicompbio/Rhisat2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue