Unverified Commit ddd8ffc0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.karton-core: 5.5.0 -> 5.5.1 (#349590)

parents fa605a81 85c1bd02
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.0";
  version = "5.5.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "CERT-Polska";
    repo = "karton";
    rev = "refs/tags/v${version}";
    hash = "sha256-fjzZPq98AwNT+tiTvKZY2QsSD+FRUFx+oY84hPP7QdI=";
    hash = "sha256-KaEXBNGcJN88gIv7suKcr1pK4ih/QbByxEy3nZFlIgk=";
  };

  build-system = [ setuptools ];