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
@@ -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 = [