summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-08 14:36:37 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-08 11:05:33 -0800
commit33f86c6aa79383ba909b3e98eff17a49f21402fe (patch)
tree402a00cfe2fd7894b2d66a510b165d5541d18d69
parent27a3af3552ebc9b40c61a435ed6a1d40bb0a71f5 (diff)
downloadnixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.tar
nixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.tar.gz
nixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.tar.bz2
nixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.tar.lz
nixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.tar.xz
nixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.tar.zst
nixpkgs-33f86c6aa79383ba909b3e98eff17a49f21402fe.zip
python38Packages.types-setuptools: 57.4.5 -> 57.4.6
-rw-r--r--pkgs/development/python-modules/types-setuptools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-setuptools/default.nix b/pkgs/development/python-modules/types-setuptools/default.nix
index b88dc5b0260..e7903e882e3 100644
--- a/pkgs/development/python-modules/types-setuptools/default.nix
+++ b/pkgs/development/python-modules/types-setuptools/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-setuptools";
-  version = "57.4.5";
+  version = "57.4.6";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-pGAO/cpoozIErZwIP9mWbWOu5hp9AH6RK2r8b/V9bgI=";
+    sha256 = "65ef8946fc31aed946177629e681861217aceb8fc9b75a44ba987d7eea9388aa";
   };
 
   # Module doesn't have tests