[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: texstudio: Update to 4.7.2.
From: |
guix-commits |
Subject: |
08/08: gnu: texstudio: Update to 4.7.2. |
Date: |
Mon, 5 Feb 2024 17:32:05 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 857507117d293e8c8603128b9cd53467be5cce7b
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jan 17 17:34:05 2024 +0000
gnu: texstudio: Update to 4.7.2.
* gnu/packages/tex.scm (texstudio): Update to 4.7.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 69a269db93..1732d842c8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -57062,7 +57062,7 @@ develop documents with LaTeX, in a single application.")
(define-public texstudio
(package
(name "texstudio")
- (version "4.5.2")
+ (version "4.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -57071,7 +57071,7 @@ develop documents with LaTeX, in a single application.")
(file-name (git-file-name name version))
(sha256
(base32
- "0bzdcsc0273809hx04zqd2famq05q9rpvqcbqhkjqnqp9vxbisig"))))
+ "10w398airsq04vym27n37pw10425f19a7vbhicnwn5iinahdm3s3"))))
(build-system qt-build-system)
(arguments
`(#:tests? #f)) ;tests work only with debug build
- branch master updated (14210b7f58 -> 857507117d), guix-commits, 2024/02/05
- 01/08: linux-container: Inherit essential services., guix-commits, 2024/02/05
- 04/08: gnu: Add font-oswald., guix-commits, 2024/02/05
- 02/08: gnu: qpwgraph: Update to 0.6.2., guix-commits, 2024/02/05
- 03/08: gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a., guix-commits, 2024/02/05
- 06/08: gnu: fmt-10: Update to 10.2.1., guix-commits, 2024/02/05
- 07/08: gnu: xsnow: Update to 3.7.7., guix-commits, 2024/02/05
- 05/08: gnu: spdlog: Update to 1.13.0., guix-commits, 2024/02/05
- 08/08: gnu: texstudio: Update to 4.7.2.,
guix-commits <=