File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/translate-toolkit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments