mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python313Packages.ciscoconfparse2: 0.8.7 -> 0.8.9
Diff: https://github.com/mpenning/ciscoconfparse2/compare/refs/tags/0.8.7...refs/tags/0.8.9 Changelog: https://github.com/mpenning/ciscoconfparse2/blob/0.8.9/CHANGES.md
This commit is contained in:
parent
851c8b9a53
commit
44dae1360e
1 changed files with 2 additions and 2 deletions
|
@ -21,14 +21,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ciscoconfparse2";
|
||||
version = "0.8.7";
|
||||
version = "0.8.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mpenning";
|
||||
repo = "ciscoconfparse2";
|
||||
tag = version;
|
||||
hash = "sha256-8LyGta+b18mSWbdwmnOmgbjyHmQi0dehABTXKs0RloI=";
|
||||
hash = "sha256-d5o5x0q9oDICxBPrq2b8Sbkier+mHmZAxhrS6OTnFHM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue