[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: texmaker: Update to 5.0.4.
From: |
guix-commits |
Subject: |
06/06: gnu: texmaker: Update to 5.0.4. |
Date: |
Sun, 29 Nov 2020 14:44:55 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit dac14efe133a7fdcc4301945344aa6eee238e1df
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 20:44:15 2020 +0100
gnu: texmaker: Update to 5.0.4.
* gnu/packages/tex.scm (texmaker): Update to 5.0.4.
---
gnu/packages/tex.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1cffb52..3c5f081 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017, 2020 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2018, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -6104,14 +6104,14 @@ PDF documents.")
(define-public texmaker
(package
(name "texmaker")
- (version "5.0.3")
+ (version "5.0.4")
(source (origin
(method url-fetch)
(uri (string-append "http://www.xm1math.net/texmaker/texmaker-"
version ".tar.bz2"))
(sha256
(base32
- "0vrj9w5lk3vf6138n5bz8phmy3xp5kv4dq1rgirghcf4hbxdyx30"))))
+ "1qnh5g8zkjpjmw2l8spcynpfgs3wpcfcla5ms2kkgvkbdlzspqqx"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (79613ec8 -> dac14ef), guix-commits, 2020/11/29
- 02/06: gnu: prixovy: Enable Brotli inspection., guix-commits, 2020/11/29
- 03/06: gnu: vim: Update to 8.2.2067., guix-commits, 2020/11/29
- 06/06: gnu: texmaker: Update to 5.0.4.,
guix-commits <=
- 04/06: gnu: stgit: Update home page., guix-commits, 2020/11/29
- 05/06: gnu: stgit: Update to 0.23., guix-commits, 2020/11/29
- 01/06: gnu: prixovy: Enable HTTPS inspection., guix-commits, 2020/11/29