diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:36 +0200 |
commit | 16d94b478d58a019778b2636cfff5b323dbf2936 (patch) | |
tree | 26212bc04f5193960396ab2d769784ea6257eac9 | |
parent | cfc7f49dc5f490f09fdd85f12d4af30e35e6dc0e (diff) |
gnu: r-chemminer: Update to 3.56.0.
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.56.0.
Change-Id: I04a8ec120f3c949ede3b6c38590d56455a1b32dc
-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 410852105e..d6b870f42e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20709,14 +20709,14 @@ add-on package rather than used directly.") (define-public r-chemminer (package (name "r-chemminer") - (version "3.54.0") + (version "3.56.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ChemmineR" version)) (sha256 (base32 - "1328mwmghflrvir1i3crlq8q36wq60x2an11saabg63hnx4paa81")))) + "1252xy33bgjrd4gh4shrgzklgxry2lf67svzxjra5yckf8am0rdc")))) (properties `((upstream-name . "ChemmineR"))) (build-system r-build-system) (propagated-inputs |