Merge pull request #197673 from fabaff/ciscoconfparse-bump

python310Packages.ciscoconfparse: 1.6.40 -> 1.6.50
This commit is contained in:
Fabian Affolter 2022-10-26 09:21:03 +02:00 committed by GitHub
commit f6cf56e18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ciscoconfparse";
version = "1.6.40";
version = "1.6.50";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mpenning";
repo = pname;
rev = version;
hash = "sha256-2j1AlCIwTxIjotZ0fSt1zhsgPfJTqJukZ6KQvh74NJ8=";
hash = "sha256-OKPw7P2hhk8yzqjOcf2NYEueJR1ecC/D93ULfkM88Xg=";
};
postPatch = ''