Merge pull request #312171 from r-ryantm/auto-update/python311Packages.cnvkit

python311Packages.cnvkit: 0.9.10 -> 0.9.11
This commit is contained in:
Matthias Beyer
2024-05-16 20:01:00 +02:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "cnvkit";
version = "0.9.10";
version = "0.9.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "etal";
repo = "cnvkit";
rev = "refs/tags/v${version}";
hash = "sha256-mCQXo3abwC06x/g51UBshqUk3dpqEVNUvx+cJ/EdYGQ=";
hash = "sha256-tlR1LsR+M1nkzk3CgrkkNcSGP3juv25GXddWDDWJ5ao=";
};
postPatch = ''