Unverified Commit 90b1375e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #233285 from fabaff/httpie-bump

httpie: 3.2.1 -> 3.2.2
parents 17edb3ec a88ea63a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage rec {
  pname = "httpie";
  version = "3.2.1";
  version = "3.2.2";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "httpie";
    repo = "httpie";
    rev = version;
    hash = "sha256-WEe8zSlNckl7bPBi6u8mHQ1/xPw3kE81F8Xr15TchgM=";
    hash = "sha256-hPsjEpvT6tnPm68AUB2Tv3Gon4DfSzO2VYCGqP8ozSI=";
  };

  nativeBuildInputs = [