guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: wayland-protocols: Fix URI.


From: guix-commits
Subject: branch core-updates updated: gnu: wayland-protocols: Fix URI.
Date: Thu, 24 Nov 2022 15:14:14 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new dbdc544c4e gnu: wayland-protocols: Fix URI.
dbdc544c4e is described below

commit dbdc544c4e9d56d3fa5341b2c0b2c795be0e675b
Author: andy Tai <atai@atai.org>
AuthorDate: Thu Nov 17 22:36:52 2022 -0800

    gnu: wayland-protocols: Fix URI.
    
    gnu/packages/freedesktop.scm (wayland-protocols) [source]: Fix URI.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/freedesktop.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8cfe25d249..54c639fd8a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1097,9 +1097,9 @@ fullscreen) or other display servers.")
     (version "1.29")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://wayland.freedesktop.org/releases/";
-                    "wayland-protocols-" version ".tar.xz"))
+              (uri (string-append "https://gitlab.freedesktop.org/wayland/";
+                                  name "/-/releases/" version "/downloads/"
+                                  name "-" version ".tar.xz"))
               (sha256
                (base32
                 "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]