pythonPackages.decorator: 4.0.6 -> 4.0.9

This commit is contained in:
zimbatm 2016-05-05 22:53:34 +01:00
parent 3ade1e7d3e
commit 9e6a72656d

View file

@ -4814,11 +4814,11 @@ in modules // {
decorator = buildPythonPackage rec {
name = "decorator-${version}";
version = "4.0.6";
version = "4.0.9";
src = pkgs.fetchurl {
url = "mirror://pypi/d/decorator/${name}.tar.gz";
sha256 = "1c6254597777fd003da2e8fb503c3dbf3d9e8f8d55f054709c0e65be3467209c";
sha256 = "1a5vwhflfd9sh3rfb40xlyipldgdzfff6brman57hqv3661jw0lh";
};
meta = {