libgsf: 1.14.50 → 1.14.51

https://gitlab.gnome.org/GNOME/libgsf/-/compare/LIBGSF_1_14_50...LIBGSF_1_14_51

License is actually LGPL-2.1-only:
037c913eb6

Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2023-11-17 20:30:07 +00:00
parent a5a41e0f54
commit 0f434de52c

View File

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "libgsf";
version = "1.14.50";
version = "1.14.51";
outputs = [ "out" "dev" ];
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "GNOME";
repo = "libgsf";
rev = "LIBGSF_${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-6RP2DJWcDQ8dkKtcPxAkRsS7jSvvLoDNZHXiDJwR8Eg=";
hash = "sha256-iJcfR+iy1bbRkh+yCAEhY5ks8V6vXIPH7namZSvP98c=";
};
postPatch = ''
@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GNOME's Structured File Library";
homepage = "https://www.gnome.org/projects/libgsf";
license = licenses.lgpl2Plus;
license = licenses.lgpl21Only;
maintainers = with maintainers; [ lovek323 ];
platforms = lib.platforms.unix;