guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gtkdatabox: Adjust source URL.


From: guix-commits
Subject: branch master updated: gnu: gtkdatabox: Adjust source URL.
Date: Mon, 26 Apr 2021 04:25:42 -0400

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

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ff36e4  gnu: gtkdatabox: Adjust source URL.
2ff36e4 is described below

commit 2ff36e418680526a91d9350489f4fc828f5147d3
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Apr 26 10:19:32 2021 +0200

    gnu: gtkdatabox: Adjust source URL.
    
    It looks like the package sources have been relocated. Hash is still the
    same.
    
    * gnu/packages/gtk.scm (gtkdatabox) [source]: Adjust URL.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 542e274..eb274dd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2355,7 +2355,7 @@ foreground and background colors, text justification and 
more.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/gtkdatabox/gtkdatabox3/"
+       (uri (string-append "mirror://sourceforge/gtkdatabox/gtkdatabox-1/"
                            "gtkdatabox-" version ".tar.gz"))
        (sha256
         (base32 "1qykm551bx8j8pfgxs60l2vhpi8lv4r8va69zvn2594lchh71vlb"))))



reply via email to

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