python3Packages.translate-toolkit: 3.15.6 -> 3.16.0

This commit is contained in:
R. Ryantm
2025-09-04 15:32:41 +02:00
committed by Kerstin Humm
parent 52c8b99170
commit 2211c04bac
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "translate-toolkit";
version = "3.15.6";
version = "3.16.0";
pyproject = true;
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "translate";
repo = "translate";
tag = version;
hash = "sha256-G6DzpOkyD2FiskHwOhOsgRrZCXQJ9ITjp6PVZd3j9f4=";
hash = "sha256-KKkYVih2iV/UpizqtYfgu5VPeqzKBJuIc2fzPmePndo=";
};
build-system = [ setuptools-scm ];