Loading pkgs/development/python-modules/karton-core/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "karton-core"; version = "5.6.0"; version = "5.6.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading @@ -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 Loading Loading
pkgs/development/python-modules/karton-core/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "karton-core"; version = "5.6.0"; version = "5.6.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading @@ -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 Loading