Merge pull request #278519 from r-ryantm/auto-update/python310Packages.pot

python310Packages.pot: 0.9.1 -> 0.9.2
This commit is contained in:
OTABI Tomoya 2024-01-08 14:06:08 +09:00 committed by GitHub
commit c1d83cd4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pot";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.6";
@ -28,8 +28,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "PythonOT";
repo = "POT";
rev = version;
hash = "sha256-D61/dqO16VvcQx4FG1beKR4y1OQHndwCizaugNaUe4g=";
rev = "refs/tags/${version}";
hash = "sha256-sq8jIWC2DD0T6675W4THbNethm7a//U8HuccKuK0Hjo=";
};
nativeBuildInputs = [