hfst: 3.16.0 -> 3.16.2 (#405072)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-08 13:31:08 +02:00
committed by GitHub
+4 -2
View File
@@ -11,17 +11,18 @@
swig,
pkg-config,
zlib,
openfst,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hfst";
version = "3.16.0";
version = "3.16.2";
src = fetchFromGitHub {
owner = "hfst";
repo = "hfst";
tag = "v${finalAttrs.version}";
hash = "sha256-2ST0s08Pcp+hTn7rUTgPE1QkH6PPWtiuFezXV3QW0kU=";
hash = "sha256-Vp9rSQYNK991fCoEcW7tpVxCOemW2RFt0LujLGHFGVQ=";
};
nativeBuildInputs = [
@@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
gettext
icu
zlib
openfst
];
configureFlags = [