python311Packages.textfsm: fix package version

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:18 +01:00
parent 018426f66f
commit 1dd797eab8
@@ -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