Unverified Commit b3b31cdc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.junos-eznc: 2.7.4 -> 2.7.5 (#448275)

parents cac54f38 739f926c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "junos-eznc";
  version = "2.7.4";
  version = "2.7.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "Juniper";
    repo = "py-junos-eznc";
    tag = version;
    hash = "sha256-iuCVfzS8k/TZ58v/OPJfSpIMYwwKRj1zyd4FF/KLjjI=";
    hash = "sha256-1OOXhhY3fBG00PptUSfIPI906YLgludr9PRMoWBbPnU=";
  };

  build-system = [ setuptools ];