mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-singscore: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-singscore): Update to 1.22.0. Change-Id: Iad1bd17ce29ecb3118a4998ab53c3deebbe3354d
This commit is contained in:
parent
f2d4fb112b
commit
a6acba4a2d
1 changed files with 2 additions and 2 deletions
|
@ -10378,13 +10378,13 @@ (define-public r-simplifyenrichment
|
|||
(define-public r-singscore
|
||||
(package
|
||||
(name "r-singscore")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "singscore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1kyvkbfgwskf0hi4b44c2yx256rjp1yk9ijpld9qlm7z7pi67q"))))
|
||||
"0hafzbhbik1512pisjvnnzmy8pl2shrgra6l06kpvsrczkqlmi04"))))
|
||||
(properties `((upstream-name . "singscore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase
|
||||
|
|
Loading…
Reference in a new issue