apostrophe: 3.2 -> 3.4 (#456100)

This commit is contained in:
Aleksana
2025-11-09 02:17:10 +00:00
committed by GitHub

View File

@@ -20,14 +20,14 @@
}: }:
let let
version = "3.2"; version = "3.4";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "World"; owner = "World";
repo = "apostrophe"; repo = "apostrophe";
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-NPpBu6Wmd8z99vzVQ394CyHRV2RQBtkbuqcaFqKqlkQ="; hash = "sha256-Sj5Y4QPMYavdXbU+iVv76qOFNhgBjAeX9+/TvQHZzeI=";
}; };
reveal-js = fetchFromGitHub { reveal-js = fetchFromGitHub {
@@ -87,6 +87,7 @@ python312Packages.buildPythonApplication {
pypandoc pypandoc
chardet chardet
levenshtein levenshtein
regex
]; ];
dontWrapGApps = true; dontWrapGApps = true;