python3Packages.pot: fix version

This commit is contained in:
Jonathan Ringer
2022-02-06 18:59:30 -08:00
parent 28038a0b6d
commit c33df84daf
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pot";
version = "0.8.1";
version = "0.8.1.0";
src = fetchPypi {
pname = "POT";