~ruther/guix-local

857507117d293e8c8603128b9cd53467be5cce7b — Greg Hogan 2 years ago 8a68ed5
gnu: texstudio: Update to 4.7.2.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

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


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