Commit ca2d5e14 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.karton-core: 5.5.1 -> 5.6.0

parent bb2b0c59
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.5.1";
  version = "5.6.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "CERT-Polska";
    repo = "karton";
    tag = "v${version}";
    hash = "sha256-KaEXBNGcJN88gIv7suKcr1pK4ih/QbByxEy3nZFlIgk=";
    hash = "sha256-I5kJO4C//zlmnptuC1c8BJBV6h3pTEuo6EsXuublUCs=";
  };

  build-system = [ setuptools ];