about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-06 21:23:26 +0100
committerGitHub <noreply@github.com>2023-12-06 21:23:26 +0100
commit20af1e4d028b69b8d0497d0e1c270c21b102b9ec (patch)
treeb05e95a7a910861a18549bb5fc49a2b8e5c1552e /pkgs/development
parent360cc539fbdb75458b53c379caae3014ce604e1f (diff)
parent361808645b9e92e12e456c418174331f238ac93a (diff)
Merge pull request #272482 from fabaff/dbus-fast-bump
python311Packages.dbus-fast: 2.15.0 -> 2.20.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/dbus-fast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dbus-fast/default.nix b/pkgs/development/python-modules/dbus-fast/default.nix
index 233067fbbce31..fd935fabb0a60 100644
--- a/pkgs/development/python-modules/dbus-fast/default.nix
+++ b/pkgs/development/python-modules/dbus-fast/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "dbus-fast";
-  version = "2.15.0";
+  version = "2.20.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-TgkOE6gOFbrbHsllpAZuNNQm3EqCrWW5WSMKqW8bOuI=";
+    hash = "sha256-dvgexjzA/1/0p2xgjTWBQeaEKWEv/7XdhtSkyT/DN6I=";
   };
 
   # The project can build both an optimized cython version and an unoptimized