lol

python3Packages.python-benedict: 0.24.3 -> 0.25.0

+5 -6
+5 -6
pkgs/development/python-modules/python-benedict/default.nix
··· 2 2 , aiohttp 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 - , pytestCheckHook 6 - , pythonOlder 7 - 5 + , ftfy 8 6 , mailchecker 9 7 , phonenumbers 8 + , pytestCheckHook 10 9 , python-dateutil 11 10 , python-fsutil 11 + , pythonOlder 12 12 , python-slugify 13 13 , pyyaml 14 - , ftfy 15 14 , requests 16 15 , six 17 16 , toml ··· 20 19 21 20 buildPythonPackage rec { 22 21 pname = "python-benedict"; 23 - version = "0.24.3"; 22 + version = "0.25.0"; 24 23 format = "setuptools"; 25 24 26 25 disabled = pythonOlder "3.7"; ··· 29 28 owner = "fabiocaccamo"; 30 29 repo = pname; 31 30 rev = version; 32 - hash = "sha256-06n8MNoGQRSrBK2XeEBBoQ2NIXWf0qXPVBeP9ERMEj0="; 31 + hash = "sha256-G7pTbxNcESMUiKpQxjiF0gwN5mBhmuwIDlzauN5JCB4="; 33 32 }; 34 33 35 34 propagatedBuildInputs = [