diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-04-26 10:19:32 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-04-26 10:25:28 +0200 |
commit | 2ff36e418680526a91d9350489f4fc828f5147d3 (patch) | |
tree | 83e35b9cbcd0753d110a3fe8d7d3c0f62b8058bc /gnu/packages/gtk.scm | |
parent | bb62f359bf68bac39ca7c8a373d18419d462df63 (diff) |
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/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
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")))) |