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

python311Packages.cnvkit: 0.9.10 -> 0.9.11

authored by Matthias Beyer and committed by GitHub 1baf621f 45f0fad6

+2 -2
+2 -2
pkgs/development/python-modules/cnvkit/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "cnvkit"; 25 - version = "0.9.10"; 25 + version = "0.9.11"; 26 26 format = "setuptools"; 27 27 28 28 disabled = pythonOlder "3.7"; ··· 31 31 owner = "etal"; 32 32 repo = "cnvkit"; 33 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-mCQXo3abwC06x/g51UBshqUk3dpqEVNUvx+cJ/EdYGQ="; 34 + hash = "sha256-tlR1LsR+M1nkzk3CgrkkNcSGP3juv25GXddWDDWJ5ao="; 35 35 }; 36 36 37 37 postPatch = ''