Merge pull request #233285 from fabaff/httpie-bump

httpie: 3.2.1 -> 3.2.2
This commit is contained in:
Nick Cao 2023-05-21 23:39:36 -06:00 committed by GitHub
commit 90b1375ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "httpie"; pname = "httpie";
version = "3.2.1"; version = "3.2.2";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "httpie"; owner = "httpie";
repo = "httpie"; repo = "httpie";
rev = version; rev = version;
hash = "sha256-WEe8zSlNckl7bPBi6u8mHQ1/xPw3kE81F8Xr15TchgM="; hash = "sha256-hPsjEpvT6tnPm68AUB2Tv3Gon4DfSzO2VYCGqP8ozSI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [