mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: r-mscoreutils: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-mscoreutils): Update to 1.8.0.
This commit is contained in:
parent
9381702bbc
commit
ec7849c360
1 changed files with 2 additions and 2 deletions
|
@ -14333,14 +14333,14 @@ (define-public r-delayedmatrixstats
|
|||
(define-public r-mscoreutils
|
||||
(package
|
||||
(name "r-mscoreutils")
|
||||
(version "1.6.2")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MsCoreUtils" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0614a830gf676ck8j5lkm04158pfvhjb61p3xfdd69gg3d44mk1d"))))
|
||||
"077x1zcy27x8akmagjn75j97082cgnahrbfw0qx08q455m5x3xzh"))))
|
||||
(properties `((upstream-name . "MsCoreUtils")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue