weblate: 5.7 -> 5.7.1

Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.7.1
This commit is contained in:
Kerstin Humm
2024-09-03 09:37:32 +02:00
committed by Valentin Gagarin
parent ad8930f96a
commit 13614951fc
+3 -3
View File
@@ -34,7 +34,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "weblate";
version = "5.7";
version = "5.7.1";
pyproject = true;
@@ -46,8 +46,8 @@ python.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "WeblateOrg";
repo = "weblate";
rev = "weblate-${version}";
sha256 = "sha256-h5+0lOMD+H0ehtZ0bngA9bI5va1I5KjZH9boaEtXJPo=";
rev = "refs/tags/weblate-${version}";
hash = "sha256-mVcVthOiUTTYGRIp6pcubMsHZW55P86ZCfeno6JjN4I=";
};
patches = [