Unverified Commit 3f5302db authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #293155 from r-ryantm/auto-update/python311Packages.apprise

python311Packages.apprise: 1.7.2 -> 1.7.3
parents 800270a1 8302210c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "apprise";
  version = "1.7.2";
  version = "1.7.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-CeFZspAI5sjpPX/8PBXUGcC7rkFiBAX48tNDK3Ki6b8=";
    hash = "sha256-MeKmOUB7uNJmJJ/Adf8xfp00/1lRxuFr/u/dwq9f6Ew=";
  };

  nativeBuildInputs = [