nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python311Packages.karton-core: 5.2.0 -> 5.3.0

Diff: https://github.com/CERT-Polska/karton/compare/refs/tags/v5.2.0...v5.3.0

Changelog: https://github.com/CERT-Polska/karton/releases/tag/v5.3.0

+2 -2
+2 -2
pkgs/development/python-modules/karton-core/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "karton-core"; 13 - version = "5.2.0"; 13 + version = "5.3.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "CERT-Polska"; 20 20 repo = "karton"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-1Bv0e218cvLuv/go0L13C39fFAeo0FJeCoU+XFUBhzk="; 22 + hash = "sha256-sf8O4Y/yMoTFCibQRtNDX3pXdQ0Xzor3WqeU4xp3WuU="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [