Merge pull request #272111 from r-ryantm/auto-update/python310Packages.policyuniverse

python310Packages.policyuniverse: 1.5.1.20230817 -> 1.5.1.20231109

authored by Fabian Affolter and committed by GitHub f38338ad 6b5a97c2

+2 -2
+2 -2
pkgs/development/python-modules/policyuniverse/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "policyuniverse"; 9 - version = "1.5.1.20230817"; 9 + version = "1.5.1.20231109"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-eSCJYZWvFjIwY18aXO4JWPVgA++MQh+AXsgfE0+ApXw="; 16 + hash = "sha256-dOVtQQVgkVwsUTLjYbATDkv/4xKi9FIw6sUNfAlLxAo="; 17 17 }; 18 18 19 19 # Tests are not shipped and there are no GitHub tags