Commit 3ecb803d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

faraday-cli: 2.1.7 -> 2.1.8

parent 5eb20083
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "faraday-cli";
  version = "2.1.7";
  version = "2.1.8";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "infobyte";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-kZqJVJ6XrCC3iDSTJP8AmIs4WkxiAFimFIexl0L/HT0=";
    hash = "sha256-b2vFejsksLcEchUqo+kw01S+dT2UMD5MPAzSWmpREgQ=";
  };

  propagatedBuildInputs = with python3.pkgs; [