guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pango-next: Fix source URL.


From: guix-commits
Subject: branch master updated: gnu: pango-next: Fix source URL.
Date: Thu, 15 Sep 2022 13:28:57 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 512fa6c7e5 gnu: pango-next: Fix source URL.
512fa6c7e5 is described below

commit 512fa6c7e5b4899cc79017b50a6d286900885b83
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 15 13:25:49 2022 -0400

    gnu: pango-next: Fix source URL.
    
    * gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not 
"pango-next".
    
    Reported-by: Vivien Kraus <vivien@planete-kraus.eu>
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 606021a7ea..4cdc8d090a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -434,8 +434,8 @@ handling for GTK+-2.x.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/pango/"
-                                  (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  (version-major+minor version)
+                                  "/pango-" version ".tar.xz"))
               (patches (search-patches "pango-skip-libthai-test.patch"))
               (sha256
                (base32



reply via email to

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