pythonPackages.funcy: 1.4 -> 1.6

This commit is contained in:
Frederik Rietdijk 2016-01-24 10:30:21 +01:00
parent 7beace29af
commit f46faccbf0

View file

@ -23129,13 +23129,16 @@ in modules // {
funcy = buildPythonPackage rec {
name = "funcy-1.4";
name = "funcy-1.6";
src = pkgs.fetchurl {
url = "https://github.com/Suor/funcy/archive/1.4.tar.gz";
sha256 = "694e29aa67d03a6ab006f1854740b65f4f87e581afb33853f80e647ddb5f24e7";
url = "https://pypi.python.org/packages/source/f/funcy/${name}.tar.gz";
sha256 = "511495db0c5660af18d3151b008c6ce698ae7fbf60887278e79675e35eed1f01";
};
# No tests
doCheck = false;
meta = {
description = "Collection of fancy functional tools focused on practicality";
homepage = "http://funcy.readthedocs.org/";