about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-12 19:35:42 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-12 19:35:42 +0000
commit4ef84bba5ec350fd7f66ec8c5049964db0e41659 (patch)
treebb5a6c2c0446ed0e0ff0f4d4b4d67099f1bea9c7 /pkgs
parentc7b05f54dff6c0a5775523035d3ee4111050229d (diff)
python38Packages.types-futures: 3.3.0 -> 3.3.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-futures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-futures/default.nix b/pkgs/development/python-modules/types-futures/default.nix
index 5e9ebe7fa7fd3..845dab08d3306 100644
--- a/pkgs/development/python-modules/types-futures/default.nix
+++ b/pkgs/development/python-modules/types-futures/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "types-futures";
-  version = "3.3.0";
+  version = "3.3.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1p00wb93af01b6fw9wxk9qm4kbhqwb48nszmm16slsrc1nx4px25";
+    sha256 = "bbdad92cec642693bac10fbbecf834776009db7782d91dc293bdd123be73186d";
   };
 
   meta = with lib; {