Merge pull request #303940 from r-ryantm/auto-update/python311Packages.apprise

python311Packages.apprise: 1.7.5 -> 1.7.6

Closes https://github.com/NixOS/nixpkgs/pull/303943
This commit is contained in:
Mario Rodas 2024-04-15 02:05:27 -05:00 committed by GitHub
commit ca8df0913d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.7.5";
version = "1.7.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CsNLJwCdXGJeh9M+yF+ldwYrV/O87W1yI+F8Wvu0Dmg=";
hash = "sha256-B38JMJzIpskGPb1hSzQ4B9Un1UZpO3/o/FpEM1Av6mw=";
};
nativeBuildInputs = [