Unverified Commit 0169a2ff authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.karton-core: 5.6.0 -> 5.6.1 (#395682)

parents dd75cb72 3b5dced8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

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

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

  build-system = [ setuptools ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Distributed malware processing framework";
    homepage = "https://karton-core.readthedocs.io/";
    changelog = "https://github.com/CERT-Polska/karton/releases/tag/v${version}";
    changelog = "https://github.com/CERT-Polska/karton/releases/tag/${src.tag}";
    license = licenses.bsd3;
    maintainers = with maintainers; [
      chivay