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

Merge pull request #235868 from marsam/update-apprise

python310Packages.apprise: 1.3.0 -> 1.4.0 
parents 45d47b64 0190867e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "apprise";
  version = "1.3.0";
  version = "1.4.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LFDBml3UExex9lnFKyGpkP6+bBXghGQiihzo5gmPEb8=";
    hash = "sha256-4xUFNIVNrFPU8Hg42Mv7Is4NRdQuugX5bWbE9IQ81Vo=";
  };

  nativeBuildInputs = [
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {

  postPatch = ''
    substituteInPlace requirements.txt \
      --replace "apprise~=1.3.0" "apprise" \
      --replace "cryptography~=3.4" "cryptography" \
      --replace "dnspython<2.3.0" "dnspython" \
      --replace "pytest ~=6.2" "" \