summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2026-06-24 15:52:21 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2026-07-12 18:13:33 +0200
commita8391f2d7451c2463ba253ffa9872fa6f27485d7 (patch)
treeb30a8fa0e5e6c57e2159729c9acbd44843c82273 /gnu/packages
parent46fc5949aec8a6284baedb1c0eeb7fe41638c7d1 (diff)
gnu: texstudio: Update to 4.9.5.
* gnu/packages/tex.scm (texstudio): Update to 4.9.5. Merges: #9859 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tex.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3d1984648e4..4d96f0fc366 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -77783,7 +77783,7 @@ develop documents with LaTeX, in a single application.")
77783(define-public texstudio 77783(define-public texstudio
77784 (package 77784 (package
77785 (name "texstudio") 77785 (name "texstudio")
77786 (version "4.9.1") 77786 (version "4.9.5")
77787 (source (origin 77787 (source (origin
77788 (method git-fetch) 77788 (method git-fetch)
77789 (uri (git-reference 77789 (uri (git-reference
@@ -77792,7 +77792,7 @@ develop documents with LaTeX, in a single application.")
77792 (file-name (git-file-name name version)) 77792 (file-name (git-file-name name version))
77793 (sha256 77793 (sha256
77794 (base32 77794 (base32
77795 "1mdp7aihrb2wh3a9kdafj3vpazr6gffsvy64lmy5fm2f0ybhh84m")))) 77795 "136grndc8ilf02hi9xxa3sg38l34d0ssv2hkqszqq5425h6j3xgz"))))
77796 (build-system qt-build-system) 77796 (build-system qt-build-system)
77797 (arguments 77797 (arguments
77798 `(#:tests? #f)) ;tests work only with debug build 77798 `(#:tests? #f)) ;tests work only with debug build