Unverified Commit b2852e66 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pyghmi: 1.6.7 -> 1.6.8 (#468015)

parents edaf3035 0c7e4355
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@

buildPythonPackage rec {
  pname = "pyghmi";
  version = "1.6.7";
  version = "1.6.8";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-UtFTvWt/VX5bKZgAsnM+fzcG5ovh8TR6EKIn58Ohu7g=";
    hash = "sha256-qkiPYbjL5iNeyxb1hC9hBoz8wB+uTMhp9NaWwlqijnk=";
  };

  build-system = [