python312Packages.http-sf: 1.0.3 -> 1.0.4

Diff: https://github.com/mnot/http-sf/compare/refs/tags/v1.0.3...refs/tags/v1.0.4

Changelog: https://github.com/mnot/http-sf/releases/tag/v1.0.4
This commit is contained in:
Fabian Affolter
2025-05-27 15:25:12 +02:00
parent 0fe66dc9ba
commit 89d004d46b
@@ -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 ];