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 | cfc7f49dc5f490f09fdd85f12d4af30e35e6dc0e (patch) | |
tree | da4029a56767d5ef65ac107a4e16edfa396b35eb | |
parent | 0b85ec45ee20dcac0bd93f661cfda1c1ce8b8c06 (diff) |
gnu: r-chemmineob: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-chemmineob): Update to 1.42.0.
Change-Id: I6de9b4e325ed48535934a23a284ffc8f6b51c77a
-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 00d4b3d276..410852105e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20668,13 +20668,13 @@ visualizing RNA-sequencing datasets and differentially expressed genes.") (define-public r-chemmineob (package (name "r-chemmineob") - (version "1.40.0") + (version "1.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ChemmineOB" version)) (sha256 - (base32 "0mfajzwzldmra6g5kni5yw7m2n719456p1vd3hxx2r7l1phdjixi")))) + (base32 "17yvmdg16pb1dmx160n6vcgw3sa1yf40f8yzivdyic3sckn4z4bw")))) (properties `((upstream-name . "ChemmineOB"))) (build-system r-build-system) (arguments |