Merge pull request #294596 from marsam/update-apprise

python311Packages.apprise: 1.7.3 -> 1.7.4

Closes #294628
This commit is contained in:
Mario Rodas 2024-03-10 03:17:16 -05:00 committed by GitHub
commit ed9ffee915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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