diff options
| author | Greg Hogan <code@greghogan.com> | 2025-07-11 20:50:17 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-11 23:00:24 +0200 |
| commit | b01b310eac7ddb7402cda30325f22839a831ade5 (patch) | |
| tree | d13447a2980092b6f6a732788357c0d67b37da61 /gnu/packages/tex.scm | |
| parent | 78911af46cd173a258b1d494745e74de9d6e0acb (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/tex.scm')
| -rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index fe94ac8049e..179adbf18a5 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 |
