python3Packages.translate-toolkit: 3.15.3 -> 3.15.5 (#418983)

This commit is contained in:
dotlambda 2025-06-22 11:00:56 -07:00 committed by GitHub
commit ac607771e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "translate-toolkit";
version = "3.15.3";
version = "3.15.5";
pyproject = true;
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "translate";
repo = "translate";
tag = version;
hash = "sha256-T/bH9qz8UbiDfuL0hkmIN7Pmj/aZLRF+lJSjsUmDXiU=";
hash = "sha256-VrnL9hD7NroXCyTydLIJlpBTGkUuCLKhrQJPWe3glAM=";
};
build-system = [ setuptools-scm ];