Merge pull request #259280 from r-ryantm/auto-update/python310Packages.junos-eznc

python310Packages.junos-eznc: 2.6.7 -> 2.6.8
This commit is contained in:
Fabian Affolter 2023-10-06 08:11:39 +02:00 committed by GitHub
commit dbde6147d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "junos-eznc";
version = "2.6.7";
version = "2.6.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Juniper";
repo = "py-junos-eznc";
rev = "refs/tags/${version}";
hash = "sha256-+hGybznip5RpJm89MLg9JO4B/y50OIdgtmV2FIpZShU=";
hash = "sha256-5xZjuU2U3BodAMQiWZIJ27AZiAwoMm4yJ4qr3DjMd9o=";
};
postPatch = ''