python310Packages.dbus-fast: 1.77.0 -> 1.78.0
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.77.0...1.78.0 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.78.0
This commit is contained in:
parent
0633de1e65
commit
d4e252bb78
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dbus-fast";
|
pname = "dbus-fast";
|
||||||
version = "1.77.0";
|
version = "1.78.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "Bluetooth-Devices";
|
owner = "Bluetooth-Devices";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-dVVl+pjPNyUK57ughL58gA1BtHgyA18XGecWKNsSX+A=";
|
hash = "sha256-Owj15mRW1ABnYvJV5YCsTzFD4eu2Be4SJSdH6EMDL4c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue