python312Packages.junos-eznc: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2024-04-12 07:34:24 +00:00
parent 27bcfed792
commit 048cd04291
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "junos-eznc";
version = "2.7.0";
version = "2.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "Juniper";
repo = "py-junos-eznc";
rev = "refs/tags/${version}";
hash = "sha256-06OV6UrF2i4SxL5dCvVxsEX2e8ef8UBFx/oMbvCZDaM=";
hash = "sha256-aoi+in5A8qSdQNY3V4S4wBBfPchR1an7G6GQHDhgxpQ=";
};
nativeBuildInputs = [