Loading pkgs/development/python-modules/ppdeep/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "ppdeep"; version = "20251115"; version = "20260218"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-xv21EXsO6/vpGhF7PIn03l0WGnoMGi0wI6BlpnZye3w="; inherit (finalAttrs) pname version; hash = "sha256-Jp9jwVhfWA6AFsMef3N/FDot34RA5bDK88oZLONTKis="; }; build-system = [ setuptools ]; Loading @@ -28,4 +28,4 @@ buildPythonPackage rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/ppdeep/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "ppdeep"; version = "20251115"; version = "20260218"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-xv21EXsO6/vpGhF7PIn03l0WGnoMGi0wI6BlpnZye3w="; inherit (finalAttrs) pname version; hash = "sha256-Jp9jwVhfWA6AFsMef3N/FDot34RA5bDK88oZLONTKis="; }; build-system = [ setuptools ]; Loading @@ -28,4 +28,4 @@ buildPythonPackage rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } })