mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
python311Packages.notifications-python-client: 8.1.0 -> 8.2.0
Diff: https://github.com/alphagov/notifications-python-client/compare/refs/tags/8.1.0...8.2.0 Changelog: https://github.com/alphagov/notifications-python-client/blob/8.2.0/CHANGELOG.md
This commit is contained in:
parent
47ac9564f2
commit
0b3d40242e
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "notifications-python-client";
|
||||
version = "8.1.0";
|
||||
version = "8.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "alphagov";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-pdBPjc2j0/PSk224r8un22pNQ9g1jMdhPn8XmoKp+ng=";
|
||||
hash = "sha256-NGNGYvNlgJyxRfQEf6EIvA1+KfgT1xbpDTYBwLh3eQY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user