This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8391f2d74 gnu: texstudio: Update to 4.9.5.
a8391f2d74 is described below

commit a8391f2d7451c2463ba253ffa9872fa6f27485d7
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Jun 24 15:52:21 2026 +0000

    gnu: texstudio: Update to 4.9.5.
    
    * gnu/packages/tex.scm (texstudio): Update to 4.9.5.
    
    Merges: #9859
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3d1984648e..4d96f0fc36 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -77783,7 +77783,7 @@ develop documents with LaTeX, in a single application.")
 (define-public texstudio
   (package
     (name "texstudio")
-    (version "4.9.1")
+    (version "4.9.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -77792,7 +77792,7 @@ develop documents with LaTeX, in a single application.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mdp7aihrb2wh3a9kdafj3vpazr6gffsvy64lmy5fm2f0ybhh84m"))))
+                "136grndc8ilf02hi9xxa3sg38l34d0ssv2hkqszqq5425h6j3xgz"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f))                    ;tests work only with debug build

Reply via email to