mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-scmap: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-scmap): Update to 1.24.0. Change-Id: I894d2be7b665d64a3278027b93d36910dcc59114
This commit is contained in:
parent
bb24565a9f
commit
f5e93e8bed
1 changed files with 2 additions and 2 deletions
|
@ -10075,13 +10075,13 @@ (define-public r-scistreer
|
|||
(define-public r-scmap
|
||||
(package
|
||||
(name "r-scmap")
|
||||
(version "1.22.3")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scmap" version))
|
||||
(sha256
|
||||
(base32 "06i3r7zybwcgnak9ml2jaz7fy70zjqdh28v03ckaqhvck49kdqdm"))))
|
||||
(base32 "1sd5ixs8fbiqqp1p4p505l1f0lncmagkhzh4xrk8wrca6db6k6d8"))))
|
||||
(properties `((upstream-name . "scmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue