mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
8a68ed5e8d
commit
857507117d
1 changed files with 2 additions and 2 deletions
|
@ -57062,7 +57062,7 @@ develop documents with LaTeX, in a single application.")
|
||||||
(define-public texstudio
|
(define-public texstudio
|
||||||
(package
|
(package
|
||||||
(name "texstudio")
|
(name "texstudio")
|
||||||
(version "4.5.2")
|
(version "4.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -57071,7 +57071,7 @@ develop documents with LaTeX, in a single application.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bzdcsc0273809hx04zqd2famq05q9rpvqcbqhkjqnqp9vxbisig"))))
|
"10w398airsq04vym27n37pw10425f19a7vbhicnwn5iinahdm3s3"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;tests work only with debug build
|
`(#:tests? #f)) ;tests work only with debug build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue