mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python311Packages.ciscoconfparse: 1.7.18 -> 1.7.24
Diff: https://github.com/mpenning/ciscoconfparse/compare/refs/tags/1.7.18...1.7.24 Changelog: https://github.com/mpenning/ciscoconfparse/blob/1.7.24/CHANGES.md
This commit is contained in:
parent
17a689596b
commit
c984f4414c
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ciscoconfparse";
|
pname = "ciscoconfparse";
|
||||||
version = "1.7.18";
|
version = "1.7.24";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
owner = "mpenning";
|
owner = "mpenning";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-jWInSqvMuwYJTPqHnrYWhMH/HvaQc2dFRqQu4RGFr28=";
|
hash = "sha256-vL/CQdYcOP356EyRToviWylP1EBtxmeov6qkhfQNZ2Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user