python3Packages.gliner: 0.2.20 -> 0.2.21

This commit is contained in:
R. Ryantm
2025-06-23 21:08:06 +00:00
parent d079709547
commit aad68ab9fb
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "gliner";
version = "0.2.20";
version = "0.2.21";
pyproject = true;
src = fetchFromGitHub {
owner = "urchade";
repo = "GLiNER";
tag = "v${version}";
hash = "sha256-aWBDnaiq9Z30YT4sszEVk1WAyU4aH8SFD6ESOBkT2ds=";
tag = version;
hash = "sha256-v8Q/+et9yWeVSWt1K9Ahg3I4dz5/Ft+o1ueNOSaGEOU=";
};
build-system = [
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Generalist and Lightweight Model for Named Entity Recognition";
homepage = "https://github.com/urchade/GLiNER";
changelog = "https://github.com/urchade/GLiNER/releases/tag/v${version}";
changelog = "https://github.com/urchade/GLiNER/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
badPlatforms = [