mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python.pkgs.futures: 3.0.5 -> 3.1.1
This commit is contained in:
parent
c69d90b888
commit
8ddedacb56
1 changed files with 2 additions and 2 deletions
|
@ -8962,11 +8962,11 @@ in {
|
|||
|
||||
futures = buildPythonPackage rec {
|
||||
name = "futures-${version}";
|
||||
version = "3.0.5";
|
||||
version = "3.1.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/f/futures/${name}.tar.gz";
|
||||
sha256 = "1pw1z4329xvlabdpwqa6b7v2fxf7hl64m4cgr22ckbym8m8m4hh5";
|
||||
sha256 = "1z9j05fdj2yszjmz4pmjhl2jdnwhdw80cjwfqq3ci0yx19gv9v2i";
|
||||
};
|
||||
|
||||
# This module is for backporting functionality to Python 2.x, it's builtin in py3k
|
||||
|
|
Loading…
Reference in a new issue