mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-systempiper: Update to 2.14.1.
* gnu/packages/bioconductor.scm (r-systempiper): Update to 2.14.1. Change-Id: I91c9f49510b44f708f722e51d914031e9057db5a
This commit is contained in:
parent
e6be0c57b7
commit
2ba59b2b6e
1 changed files with 2 additions and 2 deletions
|
@ -14543,14 +14543,14 @@ unmodeled, or latent sources of noise.")
|
|||
(define-public r-systempiper
|
||||
(package
|
||||
(name "r-systempiper")
|
||||
(version "2.14.0")
|
||||
(version "2.14.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "systemPipeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05zrcj46z3305hn6p2744w0ilsg7r2xxgm4y33pra0397ga43a13"))))
|
||||
"0r9nnm47z3blb6haw98sdagvx7qg3ls9lc6gaji4jwnb61mnyqn9"))))
|
||||
(properties `((upstream-name . "systemPipeR")))
|
||||
(build-system r-build-system)
|
||||
;; Tests fail because genWorkenvir fails to set up the environment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue