summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-21 09:21:13 +0200
committerGitHub <noreply@github.com>2023-09-21 09:21:13 +0200
commit77cbaa49185e5af87fa6f4269c0b5d287d88b468 (patch)
tree9eeb158ea285986321b1c60138808fceb62aafd3
parent8ec182e5704dfdbc6540d281e2a3bac38e4fa836 (diff)
parentf79ffca7ab2adc7c406e343f87a22d1ecd332eb5 (diff)
downloadnixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.tar
nixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.tar.gz
nixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.tar.bz2
nixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.tar.lz
nixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.tar.xz
nixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.tar.zst
nixpkgs-77cbaa49185e5af87fa6f4269c0b5d287d88b468.zip
Merge pull request #256369 from fabaff/dbus-fast-bump
python311Packages.dbus-fast: 2.70 -> 2.9.0
-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 5dc9b5675a4..a4cf927ec90 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.7.0";
+  version = "2.9.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-o75N/msocSYBe3tTLYGJbqMnbiQb/t3nfJIDDr6kPxM=";
+    hash = "sha256-0+uWnm0gygDL4sc2b+3dekgZfgAQZKfmJRMSDgyeMjk=";
   };
 
   # The project can build both an optimized cython version and an unoptimized