python310Packages.dbus-fast: 1.81.0 -> 1.82.0
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.81.0...v1.82.0 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.82.0
This commit is contained in:
parent
3b22a2f652
commit
a8e4768ae2
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-fast";
|
||||
version = "1.81.0";
|
||||
version = "1.82.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qNyCBJoOqMvlXp31z/4kDELsKGoqS4Bp36JTTwGVbGg=";
|
||||
hash = "sha256-mJJElYWTN09zVkx36GqPoILdALAo+fO2JlX4n0dmQ5M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue