python3Packages.into-dbus-python: 0.08 -> 0.8.2

Diff: https://github.com/stratis-storage/into-dbus-python/compare/v0.08...v0.8.2
This commit is contained in:
Nick Cao 2023-05-08 22:47:46 +08:00
parent 10faf3335e
commit 2ba2e11ec3
No known key found for this signature in database

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "into-dbus-python";
version = "0.08";
version = "0.8.2";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-Z8e6oAvRMIisMjG4HcS5jSH1znGVc7pGpMITo5fXYVs=";
hash = "sha256-Ld/DyhVaDiWUXgqmvSmEHqFW2dcoRNM0O4X5DXE3UtM=";
};
propagatedBuildInputs = [