mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: r-sesame: Update to 1.22.2.
* gnu/packages/bioconductor.scm (r-sesame): Update to 1.22.2. [propagated-inputs]: Remove r-illuminaio. Change-Id: I9f1d7893351d0396c16f45e01c160534118d2f28
This commit is contained in:
parent
b867004a25
commit
8aa069af35
1 changed files with 2 additions and 3 deletions
|
@ -11363,13 +11363,13 @@ reference point and sorted by a user defined feature.")
|
||||||
(define-public r-sesame
|
(define-public r-sesame
|
||||||
(package
|
(package
|
||||||
(name "r-sesame")
|
(name "r-sesame")
|
||||||
(version "1.22.0")
|
(version "1.22.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sesame" version))
|
(uri (bioconductor-uri "sesame" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qz4vhz1iczz4n4wigzqkmkbsvq5ql04x1gawxv4f8ii61npp0h4"))))
|
"1d2vjglpbhmr4fjp3zwipf0nwj5pms4l9q1xngyxrsbr26x7jp1d"))))
|
||||||
(properties `((upstream-name . "sesame")))
|
(properties `((upstream-name . "sesame")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocfilecache
|
(propagated-inputs (list r-biocfilecache
|
||||||
|
@ -11378,7 +11378,6 @@ reference point and sorted by a user defined feature.")
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-illuminaio
|
|
||||||
r-iranges
|
r-iranges
|
||||||
r-mass
|
r-mass
|
||||||
r-preprocesscore
|
r-preprocesscore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue