1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

teams/gnome: Update gnome-core-refresh script.

* etc/teams/gnome/gnome-core-refresh (%gnome-releng-versions-uri): Update URI.
(%names): Register glycin.

Change-Id: I314ce2fd0345b5cc5b81cbb465a701d99c926274
This commit is contained in:
Maxim Cournoyer
2026-03-22 11:35:05 +09:00
parent e931cab87f
commit 81ae5e3f83

View File

@@ -48,8 +48,7 @@
(define %gnome-releng-versions-uri (define %gnome-releng-versions-uri
(make-parameter (make-parameter
(or (getenv "GNOME_RELENG_VERSIONS_URI") (or (getenv "GNOME_RELENG_VERSIONS_URI")
"https://gitlab.gnome.org/GNOME/releng/-/raw/master/\ "https://gitlab.gnome.org/GNOME/releng/-/raw/master/tools/versions-49")))
tools/versions-stable")))
(define (fetch-releng-content) (define (fetch-releng-content)
"Return a string corresponding to the content of the %GNOME-RELENG-VERSIONS-URI "Return a string corresponding to the content of the %GNOME-RELENG-VERSIONS-URI
@@ -74,6 +73,7 @@ NL < '\n'")
(define %names (define %names
'(("adwaita-fonts" . "font-adwaita") '(("adwaita-fonts" . "font-adwaita")
("glycin" . "glycin-loaders")
("pygobject" . "python-pygobject") ("pygobject" . "python-pygobject")
("pyatspi" . "python-pyatspi"))) ("pyatspi" . "python-pyatspi")))