Commit 9b8d0ec9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pyeapi: 1.0.2 -> 1.0.4

parent 625941e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pyeapi";
  version = "1.0.2";
  version = "1.0.4";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,8 +20,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "arista-eosplus";
    repo = "pyeapi";
    rev = "refs/tags/v${version}";
    hash = "sha256-GZBoCoAqij54rZezRDF/ihJDQ5T6FFyDSRXGV3//avQ=";
    rev = "refs/tags/v.${version}";
    hash = "sha256-KDtL+ed9t9QoHVSVR2RQ+1Pll6CJuPrCamNem3keZRo=";
  };

  patches = [