Merge pull request #169946 from r-ryantm/auto-update/python310Packages.apprise

python310Packages.apprise: 0.9.8 -> 0.9.8.1
This commit is contained in:
Mario Rodas 2022-04-23 11:15:37 -05:00 committed by GitHub
commit ebf94b02a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "0.9.8";
version = "0.9.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PK1WxfJHWHbe/l+/6woBA2Gik+rKF5Uiuf35r4KNzEM=";
hash = "sha256-EDKa77sU09HOBp4NVsHNwp6S4UbHyqX8T8rFGOnV8kA=";
};
nativeBuildInputs = [