python311Packages.pot: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2024-01-22 03:10:53 +00:00
parent 0fbb6483cf
commit 67b79832dd

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pot";
version = "0.9.2";
version = "0.9.3";
pyproject = true;
disabled = pythonOlder "3.6";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "PythonOT";
repo = "POT";
rev = "refs/tags/${version}";
hash = "sha256-sq8jIWC2DD0T6675W4THbNethm7a//U8HuccKuK0Hjo=";
hash = "sha256-fdqDM0V6zTFe1lcqi53ZZNHAfmuR2I7fdX4SN9qeNn8=";
};
nativeBuildInputs = [