python310Packages.dbus-fast: 1.24.0 -> 1.29.1 (#194711)

main
Fabian Affolter 2 years ago committed by GitHub
parent 6a242b74d6
commit bcf071d514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/dbus-fast/default.nix

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dbus-fast";
version = "1.24.0";
version = "1.29.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-2bQwq5qjvtM+HTIJpEzH+Xaq42LTixqnX/zRRZV9lgA=";
hash = "sha256-GqL6PZlqFi5Es8VYeqeTsXX6j5fol2JzcosFtVCQn60=";
};
nativeBuildInputs = [

Loading…
Cancel
Save