diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:27 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:55 +0100 |
commit | ade1bef97a75dda2e76ffaac260a15e9492ca3c9 (patch) | |
tree | 8e3b6b738deb52fcdd98e876cdafe5271d54d41f /gnu | |
parent | fcde82ae09852caed0676b46843c5bbbf6815e4d (diff) | |
download | guix-ade1bef97a75dda2e76ffaac260a15e9492ca3c9.tar.gz |
gnu: r-bgmix: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-bgmix): Update to 1.58.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 3c828535c1..b256de0da6 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14333,14 +14333,14 @@ cellular organization in health and disease.") (define-public r-bgmix (package (name "r-bgmix") - (version "1.56.0") + (version "1.58.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BGmix" version)) (sha256 (base32 - "03f6nknp3n49yvg2d9qsmds676rva70pr4wjz0md228jczgjk0vj")))) + "0r4cxrjvf3qr5514lsw1s53h4by3djb9ipkz7bi979w343dn9xfx")))) (properties `((upstream-name . "BGmix"))) (build-system r-build-system) (propagated-inputs |