mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: gnome-latex: Update to 3.44.0.
* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
This commit is contained in:
parent
7fef5c1e2a
commit
3174affaf4
1 changed files with 2 additions and 2 deletions
|
@ -12646,7 +12646,7 @@ (define-public glabels
|
|||
(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 @@ (define-public gnome-latex
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue