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>
This commit is contained in:
Vivien Kraus 2024-03-01 18:35:41 +01:00 committed by Liliana Marie Prikler
parent f469a45362
commit fbdb2cf57a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -5475,16 +5475,19 @@ more fun.")
(define-public gnome-terminal (define-public gnome-terminal
(package (package
(name "gnome-terminal") (name "gnome-terminal")
(version "3.44.1") (version "3.48.3")
(source ;; download.gnome.org does not have any version for gnome-terminal more
(origin ;; recent than 3.44.1, but the repository has several tags newer than
(method url-fetch) ;; that.
(uri (string-append "mirror://gnome/sources/" name "/" (source (origin
(version-major+minor version) "/" (method git-fetch)
name "-" version ".tar.xz")) (uri (git-reference
(sha256 (url "https://gitlab.gnome.org/GNOME/gnome-terminal")
(base32 (commit version)))
"0yykb64yi1h0g65q890jf5awjr2sdvfda4xbxnmajcgj3zp20vzv")))) (file-name (git-file-name name version))
(sha256
(base32
"1cqh35j57a5ni4xlfjzl46kim6nbhqvxx3jql3gjk414z359i0j6"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list