diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-19 18:40:09 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-25 22:35:13 +0100 |
| commit | 6468da288f5182b57bb610b9c5e0c6c203aaa8cb (patch) | |
| tree | 059029dfbf933a0e3770e8510e221f942393cf82 /gnu/packages | |
| parent | 2bc527792a912b771af736bf9ba766385f271857 (diff) | |
gnu: cnvkit: Update to 0.9.13.
* gnu/packages/bioinformatics.scm (cnvkit): Update to 0.9.13.
Change-Id: I69da49fe80b2e350ff351d39182dcf1e8cf97eb4
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c52976d7e69..c291579fb23 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -21187,21 +21187,16 @@ polymorphisms) and indels with respect to a reference genome and more.") (define-public cnvkit (package (name "cnvkit") - ;; XXX: Compatability with NumPy 2 and Pomegranate 1. - (properties '((commit . "52f367bd0edbf55cabaaa2fbcf68c8742dc97b4c") - (revision . "0"))) - (version (git-version "0.9.12" - (assoc-ref properties 'revision) - (assoc-ref properties 'commit))) + (version "0.9.13") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/etal/cnvkit") - (commit (assoc-ref properties 'commit)))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kr5r2nvvlip6mylwczck7ddn31l2xh9aal1xjzx036h71agrv27")))) + (base32 "0w81yl5v37r63d035mxdsycma8fgssyr0857rnvvjfw78wjjnvg9")))) (build-system pyproject-build-system) (arguments (list |
