1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: decorator: 4.2.1 -> 4.3.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:46:59 +02:00
parent 07679a9f83
commit ecd4d64713

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "decorator";
version = "4.2.1";
version = "4.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e";
sha256 = "c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c";
};
meta = {