python311Packages.textfsm: fix package version

This commit is contained in:
Martin Weinelt 2023-12-11 15:37:32 +01:00
parent 018426f66f
commit 1dd797eab8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,6 +19,12 @@ buildPythonPackage rec {
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 = [
six
future