mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-sgseq: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-sgseq): Update to 1.38.0. Change-Id: I0cff4621eab565b54ee90e400d716505ce3546a4
This commit is contained in:
parent
5f6b7c1f6d
commit
d7eb538f98
1 changed files with 2 additions and 2 deletions
|
@ -18097,14 +18097,14 @@ (define-public r-rbowtie
|
|||
(define-public r-sgseq
|
||||
(package
|
||||
(name "r-sgseq")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SGSeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h44r0frrw54s9nqa539ifg270ggmm634gj9cyhn4z7nhxxh134c"))))
|
||||
"1i3dg3fn648mzy49m15vbzr3wfnk91xyph5j4sc7ss978l25h17n"))))
|
||||
(properties `((upstream-name . "SGSeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue