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 b01b310eac gnu: texstudio: Update to 4.8.8.
b01b310eac is described below
commit b01b310eac7ddb7402cda30325f22839a831ade5
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jul 11 20:50:17 2025 +0000
gnu: texstudio: Update to 4.8.8.
* gnu/packages/tex.scm (texstudio): Update to 4.8.8.
Change-Id: Id079f5678358c77472f9394765e00b878214e9da
Signed-off-by: Andreas Enge <[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 fe94ac8049..179adbf18a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -77532,7 +77532,7 @@ develop documents with LaTeX, in a single application.")
(define-public texstudio
(package
(name "texstudio")
- (version "4.8.7")
+ (version "4.8.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -77541,7 +77541,7 @@ develop documents with LaTeX, in a single application.")
(file-name (git-file-name name version))
(sha256
(base32
- "1z17j1wggs8fgjqk0mrqqwh7xcsmzckfhlpwc7aykr65ii4gqizz"))))
+ "0w4cgvbkw6l5bl84fr03vk903hw2akm6fhy92rj9fyyfd2fi0ybv"))))
(build-system qt-build-system)
(arguments
`(#:tests? #f)) ;tests work only with debug build