lol

python310Packages.dbus-fast: 1.13.0 -> 1.15.1

authored by

Fabian Affolter and committed by
Jonathan Ringer
3f5056ef 1051f113

+7 -2
+7 -2
pkgs/development/python-modules/dbus-fast/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 , poetry-core ··· 9 10 buildPythonPackage rec { 11 pname = "dbus-fast"; 12 - version = "1.13.0"; 13 format = "pyproject"; 14 15 disabled = pythonOlder "3.7"; ··· 18 owner = "Bluetooth-Devices"; 19 repo = pname; 20 rev = "v${version}"; 21 - hash = "sha256-SADUeLD4quPxKChf1A4ph1iI8zu7oCDg4nJNFl77f+k="; 22 }; 23 24 nativeBuildInputs = [ 25 poetry-core 26 ]; 27 28 checkInputs = [
··· 1 { lib 2 + , async-timeout 3 , buildPythonPackage 4 , fetchFromGitHub 5 , poetry-core ··· 10 11 buildPythonPackage rec { 12 pname = "dbus-fast"; 13 + version = "1.15.1"; 14 format = "pyproject"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "Bluetooth-Devices"; 20 repo = pname; 21 rev = "v${version}"; 22 + hash = "sha256-Uq+f0l9/W6PjP9MczF3VJNJicDgOnMrfXpOkHp7frVY="; 23 }; 24 25 nativeBuildInputs = [ 26 poetry-core 27 + ]; 28 + 29 + propagatedBuildInputs = [ 30 + async-timeout 31 ]; 32 33 checkInputs = [