python3Packages.pot: 0.9.4 -> 0.9.5

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:32 +01:00
parent 358031910e
commit 4490af6d6a
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "pot";
version = "0.9.4";
version = "0.9.5";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "PythonOT";
repo = "POT";
tag = version;
hash = "sha256-Yx9hjniXebn7ZZeqou0JEsn2Yf9hyJSu/acDlM4kCCI=";
hash = "sha256-sEK3uhZtjVJGEN1Gs8N0AMtiEOo9Kpn/zOSWUfGc/qE=";
};
build-system = [