0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00
Fabian Affolter 2025-05-14 20:41:26 +02:00
parent 44dae1360e
commit e96e5cfae6

View file

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "ciscoconfparse2";
version = "0.8.9";
version = "0.8.17";
pyproject = true;
src = fetchFromGitHub {
owner = "mpenning";
repo = "ciscoconfparse2";
tag = version;
hash = "sha256-d5o5x0q9oDICxBPrq2b8Sbkier+mHmZAxhrS6OTnFHM=";
hash = "sha256-G6FR2v/FJE0ySpNXJ9603O16UjSqOkRB2+7xNoLBJAM=";
};
pythonRelaxDeps = [