Unverified Commit 22fc1e92 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

python312Packages.pyghmi: 1.5.76 -> 1.5.77 (#397313)

parents 0983e363 114d8ce7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@

buildPythonPackage rec {
  pname = "pyghmi";
  version = "1.5.76";
  version = "1.5.77";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-nJEL9x/+fZT/vpAKL5qVLXYVPcMvUXT9WSEvHzOrGZU=";
    hash = "sha256-RGV3d944MKrbuBM/eX9NIyHiasmLkkHH+zyeEjkIt7U=";
  };

  build-system = [