lol

python311Packages.pyipp: 0.14.3 -> 0.14.4

Diff: https://github.com/ctalkington/python-ipp/compare/0.14.3...0.14.4

Changelog: https://github.com/ctalkington/python-ipp/releases/tag/0.14.4

+2 -2
+2 -2
pkgs/development/python-modules/pyipp/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pyipp"; 18 - version = "0.14.3"; 18 + version = "0.14.4"; 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-WbrAvIdFUPzSxGjIPzNny0V1W8S774vyREgylenJp24="; 27 + hash = "sha256-xE0fdT+Ffdf4iOHWZzRa7YWtHt92lFdA/sbwjblMR40="; 28 28 }; 29 29 30 30 postPatch = ''