Skip to content

Commit e96e5cf

Browse files
committed
1 parent 44dae13 commit e96e5cf

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/ciscoconfparse2

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ciscoconfparse2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "ciscoconfparse2";
24-
version = "0.8.9";
24+
version = "0.8.17";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "mpenning";
2929
repo = "ciscoconfparse2";
3030
tag = version;
31-
hash = "sha256-d5o5x0q9oDICxBPrq2b8Sbkier+mHmZAxhrS6OTnFHM=";
31+
hash = "sha256-G6FR2v/FJE0ySpNXJ9603O16UjSqOkRB2+7xNoLBJAM=";
3232
};
3333

3434
pythonRelaxDeps = [

0 commit comments

Comments
 (0)