[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: gnome-terminal: Update to 3.48.3.
From: |
guix-commits |
Subject: |
04/06: gnu: gnome-terminal: Update to 3.48.3. |
Date: |
Sat, 2 Mar 2024 06:33:20 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit fbdb2cf57ae66e929e24a7f0b53dbfa09417b6ea
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Mar 1 18:35:41 2024 +0100
gnu: gnome-terminal: Update to 3.48.3.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.48.3.
[source]: Use the git-fetch method.
Change-Id: I44dee8cec5afbd4f5e7e486b54f893ce6a3e1d06
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gnome.scm | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f428bfeb78..9cd7c6ba5d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5475,16 +5475,19 @@ more fun.")
(define-public gnome-terminal
(package
(name "gnome-terminal")
- (version "3.44.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "0yykb64yi1h0g65q890jf5awjr2sdvfda4xbxnmajcgj3zp20vzv"))))
+ (version "3.48.3")
+ ;; download.gnome.org does not have any version for gnome-terminal more
+ ;; recent than 3.44.1, but the repository has several tags newer than
+ ;; that.
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/gnome-terminal")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1cqh35j57a5ni4xlfjzl46kim6nbhqvxx3jql3gjk414z359i0j6"))))
(build-system meson-build-system)
(arguments
(list
- branch gnome-team updated (7bf4ce4582 -> 25c14c893f), guix-commits, 2024/03/02
- 01/06: news: Add entry for hwdb support in udev-service-type., guix-commits, 2024/03/02
- 03/06: news: Add entry for changes in GNOME 44 and its desktop service., guix-commits, 2024/03/02
- 02/06: news: Add entry for GDM defaulting to Wayland., guix-commits, 2024/03/02
- 04/06: gnu: gnome-terminal: Update to 3.48.3.,
guix-commits <=
- 05/06: gnu: nautilus: Update search path specification., guix-commits, 2024/03/02
- 06/06: Merge branch 'master' into gnome-team, guix-commits, 2024/03/02