python312Packages.httpie: 3.2.3 -> 3.2.4 (#353279)

This commit is contained in:
Pol Dellaiera
2024-11-04 20:05:07 +01:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "httpie";
version = "3.2.3";
version = "3.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "httpie";
repo = "httpie";
rev = "refs/tags/${version}";
hash = "sha256-ogUqhMVY1fm+hKCMFYqfYsqHX+Gj6y8CMOUsxA3q29g=";
hash = "sha256-uZKkUUrPPnLHPHL8YrZgfsyCsSOR0oZ2eFytiV0PIUY=";
};
pythonRelaxDeps = [