Skip to content

Commit 54cbe36

Browse files
r-ryantmerictapen
authored andcommitted
python3Packages.translate-toolkit: 3.15.2 -> 3.15.3
1 parent ec4c48d commit 54cbe36

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/translate-toolkit

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/translate-toolkit/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
buildPythonPackage rec {
3030
pname = "translate-toolkit";
31-
version = "3.15.2";
31+
version = "3.15.3";
3232

3333
pyproject = true;
3434

3535
src = fetchFromGitHub {
3636
owner = "translate";
3737
repo = "translate";
3838
tag = version;
39-
hash = "sha256-HZ00ds3MUrtLb6WjxpCch8CPvOuadHJXZsJRQdqge0M=";
39+
hash = "sha256-T/bH9qz8UbiDfuL0hkmIN7Pmj/aZLRF+lJSjsUmDXiU=";
4040
};
4141

4242
build-system = [ setuptools-scm ];
@@ -77,7 +77,7 @@ buildPythonPackage rec {
7777
meta = {
7878
description = "Useful localization tools for building localization & translation systems";
7979
homepage = "https://toolkit.translatehouse.org/";
80-
changelog = "https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/${version}.html";
80+
changelog = "https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/${src.tag}.html";
8181
license = lib.licenses.gpl2Plus;
8282
maintainers = with lib.maintainers; [ erictapen ];
8383
};

0 commit comments

Comments
 (0)