andreas pushed a commit to branch tex-team
in repository guix.

commit 2ef42e1528e4faa0bd04a06894bc2b588880a2a9
Author: Greg Hogan <c...@greghogan.com>
AuthorDate: Thu Apr 10 15:37:22 2025 +0000

    gnu: texstudio: Update to 4.8.6.
    
    * gnu/packages/tex.scm (texstudio): Update to 4.8.6.
    
    Change-Id: Ic9ec07100560b6583b1fa0f46b5a760701a8eb64
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 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 6cf4cfa50a..23fa62e74c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -77472,7 +77472,7 @@ develop documents with LaTeX, in a single application.")
 (define-public texstudio
   (package
     (name "texstudio")
-    (version "4.8.2")
+    (version "4.8.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -77481,7 +77481,7 @@ develop documents with LaTeX, in a single application.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1grkvwh174a2dx19w6wlkhq2adj6g2myy31f5hji7kxw4ks759xb"))))
+                "08k6bl4hc39mzxnwmlx1p1rwqpvx747yd8gjffq2k12ghldp7z1y"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f))                    ;tests work only with debug build

Reply via email to