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

python3Packages.pyghmi: 1.6.3 -> 1.6.5 (#435504)

parents d97d15eb e55298c6
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.3";
  version = "1.6.5";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-nPVOdK2zAqQoG8nB5eXcWOPC7V4Wd/hRQcjA3EU0xyE=";
    hash = "sha256-g7QJFreMmO5NWvFmSQWFrHjPHpP6Gy4o31JDHSF2ob8=";
  };

  build-system = [