diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:37 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:19 +0100 |
| commit | 6cbb6a13cee69b6f539529d71225b97f5121aaaf (patch) | |
| tree | 716751aad2d33062c14826f311096ce8cb24f02b | |
| parent | 9953fd5c28a791aea5195f956375ca00aded23a7 (diff) | |
gnu: r-ucsc-utils: Update to 1.6.1.
* gnu/packages/bioconductor.scm (r-ucsc-utils): Update to 1.6.1.
Change-Id: Idef0e80e438b58f47b272ecf1c1559070a5b3160
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -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 420cea05c0d..c1dde80a4d7 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -23458,13 +23458,13 @@ directly interact with SingleCellExperiment and Seurat objects.") (define-public r-ucsc-utils (package (name "r-ucsc-utils") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (bioconductor-uri "UCSC.utils" version)) (sha256 - (base32 "0ylb4d3bsl859609b4wsclhhv2zrvhkcr25q5mv6ywyvppri3j1y")))) + (base32 "14j337wylpxkx4k1fi3f7p5fs1xy538jmzha2fqcwfx75h3x0v75")))) (properties `((upstream-name . "UCSC.utils"))) (build-system r-build-system) ;; Tests require Internet access. |
