Skip to content

Commit 82be34e

Browse files
authored
python313Packages.ciscoconfparse2: 0.8.9 -> 0.8.17 (#407109)
2 parents fe51cac + e96e5cf commit 82be34e

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.7";
24+
version = "0.8.17";
2525
pyproject = true;
2626

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

3434
pythonRelaxDeps = [

0 commit comments

Comments
 (0)