python3Packages.http-sf: 1.2.1 -> 1.3.0

Diff: https://github.com/mnot/http-sf/compare/v1.2.1...v1.3.0

Changelog: https://github.com/mnot/http-sf/releases/tag/v1.3.0
This commit is contained in:
Fabian Affolter
2026-05-27 12:45:32 +02:00
parent 4100e830e0
commit 429a6ee5c9
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "http-sf";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mnot";
repo = "http-sf";
tag = "v${finalAttrs.version}";
hash = "sha256-uA/LosjGuRd8h/xU663peP1eSrz46W79uPohrm75irc=";
hash = "sha256-sqLYD/JIRvKl6ciVDfSWNAUhhSHhdw7UFnDyHiV5sZg=";
};
build-system = [ setuptools ];