We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c796b5 commit e2340b6Copy full SHA for e2340b6
pkgs/development/python-modules/translate-toolkit/default.nix
@@ -28,15 +28,15 @@
28
29
buildPythonPackage rec {
30
pname = "translate-toolkit";
31
- version = "3.15.3";
+ version = "3.15.5";
32
33
pyproject = true;
34
35
src = fetchFromGitHub {
36
owner = "translate";
37
repo = "translate";
38
tag = version;
39
- hash = "sha256-T/bH9qz8UbiDfuL0hkmIN7Pmj/aZLRF+lJSjsUmDXiU=";
+ hash = "sha256-VrnL9hD7NroXCyTydLIJlpBTGkUuCLKhrQJPWe3glAM=";
40
};
41
42
build-system = [ setuptools-scm ];
0 commit comments