lol

Merge pull request #211102 from r-ryantm/auto-update/python310Packages.prefixed

python310Packages.prefixed: 0.5.0 -> 0.6.0

authored by

Fabian Affolter and committed by
GitHub
ee29a773 d3927335

+2 -2
+2 -2
pkgs/development/python-modules/prefixed/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "prefixed"; 10 - version = "0.5.0"; 10 + version = "0.6.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-sTTXNBNiULF7aO7eZaM3D6sBNEEstmvIvjVo/wW9+OQ="; 17 + hash = "sha256-s5+/rHJhj6HutbP9ntE0HxDdkN91SZy0w4psPvR83ZQ="; 18 18 }; 19 19 20 20 checkInputs = [