about summary refs log tree commit diff
path: root/pkgs/development/python-modules/httpx-socks
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-28 22:26:23 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-31 08:51:46 -0800
commit079a67657afb5cd01016b5a9de8157658b5fd3b7 (patch)
tree541936b9e4f4f6bfb024862d8d84e27d6c1b2339 /pkgs/development/python-modules/httpx-socks
parentc60a1a5c578aeb4b37eb8c16e0e68a804139dc35 (diff)
python39Packages.httpx-socks: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/development/python-modules/httpx-socks')
-rw-r--r--pkgs/development/python-modules/httpx-socks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/httpx-socks/default.nix b/pkgs/development/python-modules/httpx-socks/default.nix
index fac9ecba6ce9a..3600e173f9449 100644
--- a/pkgs/development/python-modules/httpx-socks/default.nix
+++ b/pkgs/development/python-modules/httpx-socks/default.nix
@@ -20,7 +20,7 @@
 
 buildPythonPackage rec {
   pname = "httpx-socks";
-  version = "0.7.2";
+  version = "0.7.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
     owner = "romis2012";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1wigmkhn4ymfr12z9vhdaimjcma9llicwrr29q0cc8xmy23f3445";
+    sha256 = "11wnhx9nfsg5lsnlgh33zngyhc2klichpfrkwajbbyq95fdqj8ri";
   };
 
   propagatedBuildInputs = [