~ruther/guix-local

b01b310eac7ddb7402cda30325f22839a831ade5 — Greg Hogan 9 months ago 78911af
gnu: texstudio: Update to 4.8.8.

* gnu/packages/tex.scm (texstudio): Update to 4.8.8.

Change-Id: Id079f5678358c77472f9394765e00b878214e9da
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/tex.scm
M gnu/packages/tex.scm => gnu/packages/tex.scm +2 -2
@@ 77532,7 77532,7 @@ develop documents with LaTeX, in a single application.")
(define-public texstudio
  (package
    (name "texstudio")
    (version "4.8.7")
    (version "4.8.8")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 77541,7 77541,7 @@ develop documents with LaTeX, in a single application.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1z17j1wggs8fgjqk0mrqqwh7xcsmzckfhlpwc7aykr65ii4gqizz"))))
                "0w4cgvbkw6l5bl84fr03vk903hw2akm6fhy92rj9fyyfd2fi0ybv"))))
    (build-system qt-build-system)
    (arguments
     `(#:tests? #f))                    ;tests work only with debug build