Merge pull request #300348 from marsam/update-apprise

python311Packages.apprise: 1.7.4 -> 1.7.5

Closes https://github.com/NixOS/nixpkgs/pull/300383
This commit is contained in:
Mario Rodas 2024-03-30 21:34:31 -05:00 committed by GitHub
commit 76c0732b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.7.4";
version = "1.7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-716DAFEUDUIop1nFvC1oV7zH+GZN8+RPMPZGF84MenM=";
hash = "sha256-CsNLJwCdXGJeh9M+yF+ldwYrV/O87W1yI+F8Wvu0Dmg=";
};
nativeBuildInputs = [