Unverified Commit 08a5ed84 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #230697 from NickCao/into-dbus-python

python3Packages.into-dbus-python: 0.08 -> 0.8.2
parents f7cdce6d 2ba2e11e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [