Archived
1
0
Fork 0

gnu: xfce4-appfinder: Update to 4.16.1.

* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.16.1.
[source]: Fix uri and use https.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Michael Rohleder 2021-01-18 17:25:38 +01:00 committed by Ludovic Courtès
parent dc5d514362
commit 01b92ba705
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -652,15 +652,16 @@ per window.")
(define-public xfce4-appfinder (define-public xfce4-appfinder
(package (package
(name "xfce4-appfinder") (name "xfce4-appfinder")
(version "4.16.0") (version "4.16.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/" (uri (string-append "https://archive.xfce.org/src/xfce/"
name "/"
(version-major+minor version) (version-major+minor version)
"/src/" name "-" version ".tar.bz2")) "/" name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0m09vwgs5i1dy484r2y4w14kp38n469zhg0n4gnj10pcxsm2mf9p")))) "1v77h5634n49idci2jiw0k7jjk0vzpsvgyx2fkp18l39jayykqxz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)