python3Packages.pyee: 8.2.2 -> 9.0.4

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:14 +01:00
parent 02bdb74a28
commit 4863211403

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pyee";
version = "8.2.2";
version = "9.0.4";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-XH5g+N+VcQ2+F1UOFs4BU/g5kMAO90SEG0Pzce1T6+o=";
sha256 = "sha256-J3DEkoq8ch9GtwXmpysMWUgMSmnJqDygsAu5lPHqSzI=";
};
buildInputs = [