python312Packages.http-sf: 1.0.3 -> 1.0.4 (#411391)

This commit is contained in:
Nick Cao
2025-05-27 19:04:04 -04:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "http-sf";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mnot";
repo = "http-sf";
tag = "v${version}";
hash = "sha256-P4dr0prd4FeMdHP4vu6SBWNjYLF/gPAkkL8xyBMtDxQ=";
hash = "sha256-swstFntoox9cafLZ5tj02uFoReIRf+9xGOxHvga+Q5o=";
};
build-system = [ setuptools ];