python3Packages.ntc-templates: 1.5.0 -> 1.6.0
This commit is contained in:
parent
c63c4f71fc
commit
492c60ccf0
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ntc-templates";
|
pname = "ntc-templates";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "networktocode";
|
owner = "networktocode";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "dc27599b0c5f3bb6ff23049e781b5dab2849c2c3"; # not tagged
|
||||||
sha256 = "0pvd9n7hcmxl9cr8m1xlqcjmy3k2hga0qmn2k3x9hripjis7pbbi";
|
sha256 = "1vg5y5c51vc9dj3b8qcffh6dz85ri11zb1azxmyvgbq86pcvbx9f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ textfsm ];
|
propagatedBuildInputs = [ textfsm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user