Merge pull request #250031 from fabaff/dbus-fast-bump

python311Packages.dbus-fast: 1.91.4 -> 1.92.0
This commit is contained in:
Fabian Affolter 2023-08-19 01:15:30 +02:00 committed by GitHub
commit b978241b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dbus-fast";
version = "1.91.4";
version = "1.92.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VFmx6OIDjKW4clMxzyjmTC+iO2MT83eXMbl1dPhDWxI=";
hash = "sha256-JlR2eoNOsZ/YE313fWAtoxJhlpMnUaDJcFpwA2b6p4c=";
};
nativeBuildInputs = [