Unverified Commit 44b7f132 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.karton-core: 5.6.1 -> 5.7.0 (#408436)

parents 82829681 d1fcc208
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "karton-core";
  version = "5.6.1";
  version = "5.7.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "CERT-Polska";
    repo = "karton";
    tag = "v${version}";
    hash = "sha256-fOnOZJKjlcF00FHGd/MTWo3Z7ZYdN2olOWzl/R39IWI=";
    hash = "sha256-XmhOPtgrK5rgnYsm5cj1kjJw/yClskVCT6RpDIepbvc=";
  };

  build-system = [ setuptools ];