python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781)

This commit is contained in:
Nick Cao 2024-11-18 08:40:29 -05:00 committed by GitHub
commit 291cbd9520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "cnvkit";
version = "0.9.11";
version = "0.9.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "etal";
repo = "cnvkit";
rev = "refs/tags/v${version}";
hash = "sha256-tlR1LsR+M1nkzk3CgrkkNcSGP3juv25GXddWDDWJ5ao=";
hash = "sha256-ZdE3EUNZpEXRHTRKwVhuj3BWQWczpdFbg4pVr0+AHiQ=";
};
postPatch = ''