nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: futures: 3.2.0 -> 3.3.0

+2 -2
+2 -2
pkgs/development/python-modules/futures/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "futures"; 5 - version = "3.2.0"; 5 + version = "3.3.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265"; 9 + sha256 = "7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794"; 10 10 }; 11 11 12 12 # This module is for backporting functionality to Python 2.x, it's builtin in py3k