pythonPackages.decorator: 4.0.6 -> 4.0.9
This commit is contained in:
parent
3ade1e7d3e
commit
9e6a72656d
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue