summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-04-26 10:19:32 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-04-26 10:25:28 +0200
commit2ff36e418680526a91d9350489f4fc828f5147d3 (patch)
tree83e35b9cbcd0753d110a3fe8d7d3c0f62b8058bc /gnu
parentbb62f359bf68bac39ca7c8a373d18419d462df63 (diff)
downloadguix-patches-2ff36e418680526a91d9350489f4fc828f5147d3.tar
guix-patches-2ff36e418680526a91d9350489f4fc828f5147d3.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gtk.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 542e274ce3..eb274dd184 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"))))