From 2463b8d0506f6a31f890629b04b8e9c843d3ec41 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 12 Mar 2023 09:40:24 +0800 Subject: [PATCH] python3Packages.dbus-python-client-gen: 0.8 -> 0.8.2 Diff: https://github.com/stratis-storage/dbus-python-client-gen/compare/v0.8...v0.8.2 --- .../python-modules/dbus-python-client-gen/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dbus-python-client-gen/default.nix b/pkgs/development/python-modules/dbus-python-client-gen/default.nix index ee4a467b5779..c01613864b32 100644 --- a/pkgs/development/python-modules/dbus-python-client-gen/default.nix +++ b/pkgs/development/python-modules/dbus-python-client-gen/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "dbus-python-client-gen"; - version = "0.8"; + version = "0.8.2"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "v${version}"; - hash = "sha256-nSzxT65WHBVct5pGHmIAHJXftd0tKZeK/argN+V9xcs="; + hash = "sha256-RYgS4RNLLCtp+5gS/LlzdH7rlub48TSSSKhykkkBcuo="; }; propagatedBuildInputs = [