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

python3Packages.pyghmi: 1.6.13 -> 1.6.14 (#501239)

parents 319c374d e4fce13c
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.13";
  version = "1.6.14";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-qZiiWopegiLSB9042tHypGZ1zCVO1UAQp5/0bA3DaK0=";
    hash = "sha256-p6Rb+ltGeGHZFDhzTqln1MmZVSJzvwDg+liBPtgbVNU=";
  };

  build-system = [