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>
This commit is contained in:
Greg Hogan 2024-01-17 17:34:05 +00:00 committed by Ludovic Courtès
parent 8a68ed5e8d
commit 857507117d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -57062,7 +57062,7 @@ (define-public texmaker
(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 @@ (define-public texstudio
(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