diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-28 22:09:00 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:34 +0100 |
| commit | 0bd81e38712e23244a06b4b7f0c231cfb735d7c6 (patch) | |
| tree | 52b908b8e536872fb7bb6b4ed09661c3784ab438 | |
| parent | cb9cd82cdab0bfed9f676ee8632e97e3aa8b9316 (diff) | |
gnu: r-scran: Update to 1.38.1.
* gnu/packages/bioconductor.scm (r-scran): Update to 1.38.1.
Change-Id: If3516e5464c47a7402428f01b848ca290c4e9612
| -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 b2224075a69..434437dc7c5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -26340,14 +26340,14 @@ quality control.") (define-public r-scran (package (name "r-scran") - (version "1.38.0") + (version "1.38.1") (source (origin (method url-fetch) (uri (bioconductor-uri "scran" version)) (sha256 (base32 - "1ac4fxj5adqrsgpcpqhk9sxlagaaq2w577xq751kqvxs54hj63n4")))) + "1p2lkhvfpg0v320l6mavdfv70dzkiw0pc6im1qd8a52wycy21i88")))) (properties '((updater-extra-native-inputs . ("r-dynamictreecut" |
