lol

python3Packages.python-benedict: 0.24.3 -> 0.25.0

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