about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-12 23:08:36 +0200
committerGitHub <noreply@github.com>2021-10-12 23:08:36 +0200
commitf50ac7a5701a56776d9171cb78849e736f9ee5d2 (patch)
tree1ce1a8be193656c44470c4dfd39e8b8df8e8a73f /pkgs
parent83ce6c844f48b80ca764331035b433e6c44afc8c (diff)
parent4ef84bba5ec350fd7f66ec8c5049964db0e41659 (diff)
Merge pull request #141401 from r-ryantm/auto-update/python38Packages.types-futures
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; {