Skip to content

Commit

Permalink
faraday-cli: 2.1.11 -> 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent e9b1bb0 commit 2ae0dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fa/faraday-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "faraday-cli";
version = "2.1.11";
version = "2.1.12";
pyproject = true;

src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday-cli";
tag = version;
hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U=";
hash = "sha256-TZABx76ap4mzZ99Xd8chkwBsGmT9qJWAeMaubUwGiRw=";
};

nativeBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 2ae0dd8

Please sign in to comment.