diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-05-16 00:03:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-16 00:03:08 +0000 |
| commit | 8af15d94de56ad7ea86df14d22ebfc116616ac17 (patch) | |
| tree | 1532da6030ea81a73a21ea57d86ee53d03209b0b /pkgs/development/python-modules/ciscoconfparse/default.nix | |
| parent | 54fba9982e9f012520da359274345f8d29bf1df2 (diff) | |
| parent | bedde01a4ea9b751139008db5495e2b44f25f185 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/ciscoconfparse/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/ciscoconfparse/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ciscoconfparse/default.nix b/pkgs/development/python-modules/ciscoconfparse/default.nix index 803cfb7b6fa0..83035774d05a 100644 --- a/pkgs/development/python-modules/ciscoconfparse/default.nix +++ b/pkgs/development/python-modules/ciscoconfparse/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "ciscoconfparse"; - version = "1.7.18"; + version = "1.7.24"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "mpenning"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-jWInSqvMuwYJTPqHnrYWhMH/HvaQc2dFRqQu4RGFr28="; + hash = "sha256-vL/CQdYcOP356EyRToviWylP1EBtxmeov6qkhfQNZ2Y="; }; postPatch = '' |
