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