python311Packages.textfsm: fix package version
This commit is contained in:
parent
018426f66f
commit
1dd797eab8
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-IHgKG8v0X+LSK6purWBdwDnI/BCs5XA12ZJixuqqXWg=";
|
hash = "sha256-IHgKG8v0X+LSK6purWBdwDnI/BCs5XA12ZJixuqqXWg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# upstream forgot to update the release version
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace textfsm/__init__.py \
|
||||||
|
--replace "1.1.2" "1.1.3"
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
six
|
six
|
||||||
future
|
future
|
||||||
|
|
Loading…
Reference in a new issue