diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 12:43:59 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 14:51:12 +0100 |
| commit | 8c0aea2fbe54688c99f79d41f879c7a933efc2ac (patch) | |
| tree | 152b15c99e1d842c4c8192168d4e735992ce52aa | |
| parent | 158098977ffc2823235f08fdfc337ed2ff9f3c3e (diff) | |
gnu: python-decoupler: Update to 2.1.4.
* gnu/packages/bioinformatics.scm (python-decoupler): Update to 2.1.4.
Change-Id: I1fdc99e586340ae42530cc209d2e4fe9e22b2292
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a9012ca9212..b51774b9f59 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2685,7 +2685,7 @@ parsing of Variant Call Format (VCF) files.") (define-public python-decoupler (package (name "python-decoupler") - (version "2.1.2") + (version "2.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -2694,7 +2694,7 @@ parsing of Variant Call Format (VCF) files.") (file-name (git-file-name name version)) (sha256 (base32 - "05d70zrgv8l9ihkgmr7hqcgn66yx1v1lm0hcfbc370asp97k2f74")))) + "07kpcjbnp5c00p3iw2my6k3bxfivswyxs2dljj0yhgjhxw2900av")))) (build-system pyproject-build-system) (arguments (list |
