Skip to content

Commit

Permalink
python312Packages.notifications-python-client: 10.0.0 -> 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 23, 2024
1 parent 8865efb commit b9858c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "notifications-python-client";
version = "10.0.0";
version = "10.0.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "alphagov";
repo = "notifications-python-client";
rev = "refs/tags/${version}";
hash = "sha256-qjiI+aTJLOz3XSTHKrpZrJ/wg1xP+V7ww0//xX3Kf1E=";
hash = "sha256-k4q6FS3wjolt4+qtDQlunBLmCCPgLgrhr8zgOMEX4QU=";
};

postPatch = ''
Expand Down

0 comments on commit b9858c3

Please sign in to comment.