From 6468da288f5182b57bb610b9c5e0c6c203aaa8cb Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 19 Mar 2026 18:40:09 +0100 Subject: [PATCH] gnu: cnvkit: Update to 0.9.13. * gnu/packages/bioinformatics.scm (cnvkit): Update to 0.9.13. Change-Id: I69da49fe80b2e350ff351d39182dcf1e8cf97eb4 --- gnu/packages/bioinformatics.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c52976d7e6..c291579fb2 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