Merge pull request #291740 from r-ryantm/auto-update/faraday-cli

faraday-cli: 2.1.10 -> 2.1.11
This commit is contained in:
Fabian Affolter 2024-02-27 10:07:16 +01:00 committed by GitHub
commit 92297169c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "faraday-cli";
version = "2.1.10";
version = "2.1.11";
pyproject = true;
src = fetchFromGitHub {
owner = "infobyte";
repo = pname;
repo = "faraday-cli";
rev = "refs/tags/${version}";
hash = "sha256-7Yg2m0xHpBPZ58gJodSYO8vXaxSlr4GK1Lin63WozOE=";
hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U=";
};
nativeBuildInputs = with python3.pkgs; [