python311Packages.apprise: 1.7.3 -> 1.7.4

Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.4
This commit is contained in:
Mario Rodas 2024-03-09 04:20:00 +00:00
parent f176df8072
commit ea46b04435

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.7.3";
version = "1.7.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MeKmOUB7uNJmJJ/Adf8xfp00/1lRxuFr/u/dwq9f6Ew=";
hash = "sha256-716DAFEUDUIop1nFvC1oV7zH+GZN8+RPMPZGF84MenM=";
};
nativeBuildInputs = [