python3Packages.dbus-fast: 4.0.0 -> 4.0.4
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v4.0.0...v4.0.4 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v4.0.4
This commit is contained in:
committed by
Martin Weinelt
parent
f5ef356b15
commit
d8a4c718fa
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-fast";
|
||||
version = "4.0.0";
|
||||
version = "4.0.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "dbus-fast";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XLtLRIbiB+4AKKq5ekEeBv92qmBPKEJihh0b3lHMnsg=";
|
||||
hash = "sha256-lfAG17R33YsU8HYbnM9te0H7YoVUUpB6TtqQrWbhR6Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user