Unverified Commit 1baf621f authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

python311Packages.cnvkit: 0.9.10 -> 0.9.11
parents 45f0fad6 509070d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''