mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python311Packages.textfsm: fix package version
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user