mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-seqarray: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-seqarray): Update to 1.44.0. Change-Id: I056ebc6080d3a2d82c2f1a2ffcc45d5c6bfdbb9e
This commit is contained in:
parent
a1b6df6cf7
commit
c85aa7b104
1 changed files with 2 additions and 2 deletions
|
@ -11287,13 +11287,13 @@ single-cell RNA-seq.")
|
||||||
(define-public r-seqarray
|
(define-public r-seqarray
|
||||||
(package
|
(package
|
||||||
(name "r-seqarray")
|
(name "r-seqarray")
|
||||||
(version "1.42.4")
|
(version "1.44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SeqArray" version))
|
(uri (bioconductor-uri "SeqArray" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k7g4wkj1l35pjy6gb3bdlmz5g8q2d596glj09ggm73aaj3z4m9d"))))
|
"1g8867y66f8ihr0w2shc17wxnavnkwn9y25f850nwvnn9nsbk88k"))))
|
||||||
(properties `((upstream-name . "SeqArray")))
|
(properties `((upstream-name . "SeqArray")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biostrings
|
(propagated-inputs (list r-biostrings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue