diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-11 21:58:53 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-22 12:54:37 +0100 |
commit | 3174affaf436f06d0c1ed2a8db2c524a29010bbb (patch) | |
tree | 5cfe9fcbb733c1316eb2f841a8f9a8ca5a1dc8e0 /gnu | |
parent | 7fef5c1e2a2b287e763012eaeea3e0d3e7e50a56 (diff) | |
download | guix-3174affaf436f06d0c1ed2a8db2c524a29010bbb.tar.gz guix-3174affaf436f06d0c1ed2a8db2c524a29010bbb.zip |
gnu: gnome-latex: Update to 3.44.0.
* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 491f2a2605..8efea64c42 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12646,7 +12646,7 @@ card sheets that you’ll find at most office supply stores.") (define-public gnome-latex (package (name "gnome-latex") - (version "3.41.2") + (version "3.44.0") (source (origin (method url-fetch) @@ -12654,7 +12654,7 @@ card sheets that you’ll find at most office supply stores.") (version-major+minor version) "/" "gnome-latex-" version ".tar.xz")) (sha256 - (base32 "0cynhmrn99f4f3kddczsc58ak4b9sv2zkfbcyz7z16848nhz047k")))) + (base32 "0i77m431ilbaprcwcnnzfckr1g9bfc03lslnqw0yvir8pm057gc8")))) (build-system glib-or-gtk-build-system) (native-inputs (list gettext-minimal |