python3Packages.aiowebostv: fix dist-info version

Changed files
+5
pkgs
development
python-modules
aiowebostv
+5
pkgs/development/python-modules/aiowebostv/default.nix
···
hash = "sha256-VBdHI6aGfhcgDdwspToHp3iNFQRT0Z+Fseq0eNdUwTo=";
};
build-system = [ setuptools ];
dependencies = [ aiohttp ];
···
hash = "sha256-VBdHI6aGfhcgDdwspToHp3iNFQRT0Z+Fseq0eNdUwTo=";
};
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
+
'';
+
build-system = [ setuptools ];
dependencies = [ aiohttp ];