python3Packages.dbus-next: 0.2.2 -> 0.2.3

authored by Stefan Frijters and committed by Jonathan Ringer 0b91acaa 87f2965a

+3 -4
+3 -4
pkgs/development/python-modules/dbus-next/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 4 , python 5 - , dbus, dbus-python, pytest, pytest-cov, pytest-asyncio, pytest-timeout 5 + , dbus, pytest, pytest-cov, pytest-asyncio, pytest-timeout 6 6 }: 7 7 8 8 buildPythonPackage rec { 9 9 pname = "dbus-next"; 10 - version = "0.2.2"; 10 + version = "0.2.3"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "altdesktop"; 14 14 repo = "python-dbus-next"; 15 15 rev = "v${version}"; 16 - sha256 = "0x78ghkci4las13gwbrm8fzg671lx1q2cn8h0f64ki8yag1myia1"; 16 + sha256 = "sha256-EKEQZFRUe+E65Z6DNCJFL5uCI5kbXrN7Tzd4O0X5Cqo="; 17 17 }; 18 18 19 19 checkInputs = [ 20 20 dbus 21 - dbus-python 22 21 pytest 23 22 pytest-cov 24 23 pytest-asyncio