Merge pull request #194885 from fabaff/notifications-python-client-bump

python310Packages.notifications-python-client: 6.3.0 -> 6.4.0
This commit is contained in:
Fabian Affolter 2022-10-07 23:05:32 +02:00 committed by GitHub
commit e039b40041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "notifications-python-client";
version = "6.3.0";
version = "6.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "alphagov";
repo = pname;
rev = version;
sha256 = "sha256-pfOTVgsfXJQ9GIGowra3RAwxCri76RgnA9iyWbjomCk=";
sha256 = "sha256-9HK7N35XqTl9VsRmwxalfdOuaBWiB5j05R8CSMwSHH0=";
};
propagatedBuildInputs = [