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
commit c33a25e057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [