mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge pull request #6361 from mvcisback/master
Added python package funcy-1.4
This commit is contained in:
commit
08dfb4e22c
@ -13410,4 +13410,20 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
funcy = buildPythonPackage rec {
|
||||
name = "funcy-1.4";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/Suor/funcy/archive/1.4.tar.gz";
|
||||
sha256 = "694e29aa67d03a6ab006f1854740b65f4f87e581afb33853f80e647ddb5f24e7";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Collection of fancy functional tools focused on practicality.";
|
||||
homepage = "http://funcy.readthedocs.org/";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
}); in pythonPackages
|
||||
|
Loading…
Reference in New Issue
Block a user