me
/
guix
Archived
1
0
Fork 0

gnu: libxfce4util: Update source URI.

* gnu/packages/xfce.scm (libxfce4util)[source]: Update URI.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Michael Rohleder 2020-08-03 15:31:21 +02:00 committed by Oleg Pykhalov
parent 189aa52543
commit b2dc793879
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@
(version "4.14.0")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/"
(version-major+minor version)
"/src/" name "-" version ".tar.bz2"))
(uri (string-append "https://archive.xfce.org/src/xfce/"
"libxfce4util/" (version-major+minor version)
"/" name "-" version ".tar.bz2"))
(sha256
(base32
"093338faqqsrlc8dkmzr7qv411ysxczg1wlg7s3gvhrfk6vpkb9j"))))