[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: xfce4-terminal: Update to 1.1.0.
From: |
guix-commits |
Subject: |
10/10: gnu: xfce4-terminal: Update to 1.1.0. |
Date: |
Tue, 12 Sep 2023 03:42:15 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit e2a7c227dea5b361e2ebdbba24b923d1922a79d0
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Sep 2 11:50:29 2023 +0800
gnu: xfce4-terminal: Update to 1.1.0.
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3292db4f58..cb2121f338 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1082,7 +1082,7 @@ features playback of local media files, DVD/CD and live
streams.")
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
- (version "1.0.4")
+ (version "1.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -1090,7 +1090,7 @@ features playback of local media files, DVD/CD and live
streams.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1x5saijxykxmn2hksf4qvaj965b6i0wy62z9hgrc2vvwmxbmkrbq"))))
+ "18yl792x617qa90g6caw4cy1arfl847majjxkxs0k6rb4ivk70j0"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (daeeaa2216 -> e2a7c227de), guix-commits, 2023/09/12
- 02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 03/10: gnu: skalibs: Remove i586-gnu from %supported-systems., guix-commits, 2023/09/12
- 05/10: gnu: svt-av1: Update to 1.7.0., guix-commits, 2023/09/12
- 01/10: gnu: musl-cross: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 06/10: gnu: sqlite-next: Update to 3.42.0., guix-commits, 2023/09/12
- 08/10: gnu: python-cgatcore: Update to 0.6.15., guix-commits, 2023/09/12
- 04/10: gnu: nar-herder: Use guile-next., guix-commits, 2023/09/12
- 07/10: gnu: python-apsw: Update to 3.42.0.1., guix-commits, 2023/09/12
- 09/10: gnu: guile-png: Update to 0.7.1, guix-commits, 2023/09/12
- 10/10: gnu: xfce4-terminal: Update to 1.1.0.,
guix-commits <=