diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-09-14 00:04:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-09-14 00:04:05 +0200 |
commit | bf9cd9521a75eb928d70b39a30f7b19edb89089b (patch) | |
tree | 296ef3ac26a0972da4c6ed245e9b7305e79188a1 | |
parent | 8f59ac151fc39a7dbad2c90a04d2c6c0fe5d3980 (diff) | |
download | guix-bf9cd9521a75eb928d70b39a30f7b19edb89089b.tar.gz guix-bf9cd9521a75eb928d70b39a30f7b19edb89089b.zip |
gnu: r-htscluster: Update to 2.0.11.
* gnu/packages/bioconductor.scm (r-htscluster): Update to 2.0.11.
-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 68463f1f33..0b44257b16 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12649,14 +12649,14 @@ abnormal copy number.") (define-public r-htscluster (package (name "r-htscluster") - (version "2.0.10") + (version "2.0.11") (source (origin (method url-fetch) (uri (cran-uri "HTSCluster" version)) (sha256 (base32 - "0scn4fsfmlkzxibfhsh6krm2cl9c8hsmyjgn48k9dyjf0ylyxg9n")))) + "0x9shhyla9bldkkh367gfdmf0k72l1ppixb8gzsa6nf8jx8qdpbp")))) (properties `((upstream-name . "HTSCluster"))) (build-system r-build-system) (propagated-inputs |