Skip to content

Commit e2340b6

Browse files
committed
python3Packages.translate-toolkit: 3.15.3 -> 3.15.5
1 parent 7c796b5 commit e2340b6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.3";
31+
version = "3.15.5";
3232

3333
pyproject = true;
3434

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

4242
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)