lol

Merge pull request #198843 from fabaff/pyipp-bump

authored by

Martin Weinelt and committed by
GitHub
4f3bc69f 0430a1ee

+2 -2
+2 -2
pkgs/development/python-modules/pyipp/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pyipp"; 18 - version = "0.12.0"; 18 + version = "0.12.1"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.9"; ··· 24 24 owner = "ctalkington"; 25 25 repo = "python-ipp"; 26 26 rev = version; 27 - hash = "sha256-umlFGI0Y9cWF3N46yFztv0OlhLIzqhQF8e4quCmqn78="; 27 + hash = "sha256-xTSi5Eh6vVuQ+Kr/oVMlh5YcckVRsfTUgdmGHndmX+Q="; 28 28 }; 29 29 30 30 nativeBuildInputs = [