diff options
| author | Greg Hogan <code@greghogan.com> | 2025-09-12 17:35:19 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-09-12 17:40:49 +0000 |
| commit | 4b0cd889098faf6b14da0c837035571908a4ec2a (patch) | |
| tree | e6c2f5d2570958fcee257b9bdc0a282dd3e99c56 /gnu | |
| parent | 7ab7fa73a11380fff8a5a83f84e0c5b3bbfd9119 (diff) | |
gnu: texstudio: Update to 4.8.9.
* gnu/packages/tex.scm (texstudio): Update to 4.8.9.
Change-Id: I713bdb820d4271288e78617b19beae7c95c0c0f5
Diffstat (limited to 'gnu')
| -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 d08b7f7cef7..47b96545018 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -77501,7 +77501,7 @@ develop documents with LaTeX, in a single application.") (define-public texstudio (package (name "texstudio") - (version "4.8.8") + (version "4.8.9") (source (origin (method git-fetch) (uri (git-reference @@ -77510,7 +77510,7 @@ develop documents with LaTeX, in a single application.") (file-name (git-file-name name version)) (sha256 (base32 - "0w4cgvbkw6l5bl84fr03vk903hw2akm6fhy92rj9fyyfd2fi0ybv")))) + "01bqzdgfng8dclsyr6xpbzra2in25szkplb1ivh0h87zkqsxm3lw")))) (build-system qt-build-system) (arguments `(#:tests? #f)) ;tests work only with debug build |
