mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-scmap: Update to 1.22.3.
* gnu/packages/bioconductor.scm (r-scmap): Update to 1.22.3.
This commit is contained in:
parent
2a35673351
commit
071c31583b
1 changed files with 2 additions and 2 deletions
|
@ -8855,13 +8855,13 @@ (define-public r-scistreer
|
|||
(define-public r-scmap
|
||||
(package
|
||||
(name "r-scmap")
|
||||
(version "1.22.1")
|
||||
(version "1.22.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scmap" version))
|
||||
(sha256
|
||||
(base32 "184dp319967ba9wx2g1v4rivwy3csr44s7in1jk91d5hwj28nk09"))))
|
||||
(base32 "06i3r7zybwcgnak9ml2jaz7fy70zjqdh28v03ckaqhvck49kdqdm"))))
|
||||
(properties `((upstream-name . "scmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue