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

authored by Nick Cao and committed by GitHub 80a8f98f ced797a3

+2 -2
+2 -2
pkgs/development/python-modules/http-sf/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "http-sf"; 12 - version = "1.0.3"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.9"; ··· 18 owner = "mnot"; 19 repo = "http-sf"; 20 tag = "v${version}"; 21 - hash = "sha256-P4dr0prd4FeMdHP4vu6SBWNjYLF/gPAkkL8xyBMtDxQ="; 22 }; 23 24 build-system = [ setuptools ];
··· 9 10 buildPythonPackage rec { 11 pname = "http-sf"; 12 + version = "1.0.4"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.9"; ··· 18 owner = "mnot"; 19 repo = "http-sf"; 20 tag = "v${version}"; 21 + hash = "sha256-swstFntoox9cafLZ5tj02uFoReIRf+9xGOxHvga+Q5o="; 22 }; 23 24 build-system = [ setuptools ];