lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.notifications-python-client: 6.4.0 -> 6.4.1

+2 -2
+2 -2
pkgs/development/python-modules/notifications-python-client/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "notifications-python-client"; 17 - version = "6.4.0"; 17 + version = "6.4.1"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "alphagov"; 24 24 repo = pname; 25 25 rev = version; 26 - sha256 = "sha256-9HK7N35XqTl9VsRmwxalfdOuaBWiB5j05R8CSMwSHH0="; 26 + sha256 = "sha256-HEHerdwplsPAld23Al8sUARu4T5IJLmY5kucAz2791c="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [