python310Packages.junos-eznc: 2.6.7 -> 2.6.8
This commit is contained in:
parent
7fdd142177
commit
cfaec23b23
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "junos-eznc";
|
pname = "junos-eznc";
|
||||||
version = "2.6.7";
|
version = "2.6.8";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||||
owner = "Juniper";
|
owner = "Juniper";
|
||||||
repo = "py-junos-eznc";
|
repo = "py-junos-eznc";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-+hGybznip5RpJm89MLg9JO4B/y50OIdgtmV2FIpZShU=";
|
hash = "sha256-5xZjuU2U3BodAMQiWZIJ27AZiAwoMm4yJ4qr3DjMd9o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue