pythonPackages.funcy: 1.4 -> 1.6
This commit is contained in:
parent
7beace29af
commit
f46faccbf0
@ -23129,13 +23129,16 @@ in modules // {
|
|||||||
|
|
||||||
|
|
||||||
funcy = buildPythonPackage rec {
|
funcy = buildPythonPackage rec {
|
||||||
name = "funcy-1.4";
|
name = "funcy-1.6";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/Suor/funcy/archive/1.4.tar.gz";
|
url = "https://pypi.python.org/packages/source/f/funcy/${name}.tar.gz";
|
||||||
sha256 = "694e29aa67d03a6ab006f1854740b65f4f87e581afb33853f80e647ddb5f24e7";
|
sha256 = "511495db0c5660af18d3151b008c6ce698ae7fbf60887278e79675e35eed1f01";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# No tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Collection of fancy functional tools focused on practicality";
|
description = "Collection of fancy functional tools focused on practicality";
|
||||||
homepage = "http://funcy.readthedocs.org/";
|
homepage = "http://funcy.readthedocs.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user