about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-30 09:25:17 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-30 09:25:17 +0200
commitbeffd88ad398b3abe78084f9b8f7e9ece3856c1f (patch)
treef12259612f8b6186617045d6f91ad7d45cbfe071 /pkgs/development
parent014d020f25f1fd4f25a23745176c0ec1ba346bd6 (diff)
python312Packages.http-sf: 1.0.1 -> 1.0.2
Diff: https://github.com/mnot/http-sf/compare/refs/tags/v1.0.1...v1.0.2

Changelog: https://github.com/mnot/http-sf/releases/tag/v1.0.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/http-sf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/http-sf/default.nix b/pkgs/development/python-modules/http-sf/default.nix
index f9ebde2b2b031..71c806cafb954 100644
--- a/pkgs/development/python-modules/http-sf/default.nix
+++ b/pkgs/development/python-modules/http-sf/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "http-sf";
-  version = "1.0.1";
+  version = "1.0.2";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "mnot";
     repo = "http-sf";
     rev = "refs/tags/v${version}";
-    hash = "sha256-8xK8/IVrhqMDgkxZY10QqSGswCrttc29FZLCntmSUQ4=";
+    hash = "sha256-p2GTCvuRhQVchFiLzoDYop9TUz/DT7eVY6Zioh+/rE8=";
   };
 
   nativeBuildInputs = [