diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-08 12:01:33 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:38 -0400 |
commit | d94de3f48a0df497622ea7955862e8d3c342669e (patch) | |
tree | 63be8a7318747066f7470a37543a085d51750dec /gnu/packages | |
parent | cad5c7543ad73b608bdb973aa99a2f78d9709796 (diff) | |
download | guix-d94de3f48a0df497622ea7955862e8d3c342669e.tar.gz guix-d94de3f48a0df497622ea7955862e8d3c342669e.zip |
gnu: gnome-latex: Update to 3.41.2.
* gnu/packages/gnome.scm (gnome-latex): Update to 3.41.2.
[inputs]: Remove amtk, gsettings-desktop-schemas, gtk+ and gtksourceview, now
propagated by tepl. Replace tepl-5 with tepl.
[native-inputs]: Remove intltool.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fec947b736..c451931bba 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12101,7 +12101,7 @@ card sheets that you’ll find at most office supply stores.") (define-public gnome-latex (package (name "gnome-latex") - (version "3.38.0") + (version "3.41.2") (source (origin (method url-fetch) @@ -12109,27 +12109,22 @@ card sheets that you’ll find at most office supply stores.") (version-major+minor version) "/" "gnome-latex-" version ".tar.xz")) (sha256 - (base32 "0xqd49pgi82dygqnxj08i1v22b0vwwhx3zvdinhrx4jny339yam8")))) + (base32 "0cynhmrn99f4f3kddczsc58ak4b9sv2zkfbcyz7z16848nhz047k")))) (build-system glib-or-gtk-build-system) (native-inputs (list gettext-minimal `(,glib "bin") gobject-introspection gtk-doc/stable - intltool itstool pkg-config vala)) (inputs - (list amtk - dconf + (list dconf glib - gsettings-desktop-schemas gspell - gtk+ - gtksourceview libgee - tepl-5 + tepl uchardet)) (home-page "https://wiki.gnome.org/Apps/GNOME-LaTeX") (synopsis "LaTeX editor for the GNOME desktop") |