* [bug#45956] [PATCH] gnu: xfce4-appfinder: Update to 4.16.1.
@ 2021-01-18 16:25 Michael Rohleder
2021-01-19 15:07 ` bug#45956: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-18 16:25 UTC (permalink / raw)
To: 45956
* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.16.1.
[source]: Fix uri and use https.
---
gnu/packages/xfce.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 6479620a26..c3fb4db732 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -652,15 +652,16 @@ per window.")
(define-public xfce4-appfinder
(package
(name "xfce4-appfinder")
- (version "4.16.0")
+ (version "4.16.1")
(source (origin
(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)
- "/src/" name "-" version ".tar.bz2"))
+ "/" name "-" version ".tar.bz2"))
(sha256
(base32
- "0m09vwgs5i1dy484r2y4w14kp38n469zhg0n4gnj10pcxsm2mf9p"))))
+ "1v77h5634n49idci2jiw0k7jjk0vzpsvgyx2fkp18l39jayykqxz"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.30.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45956: [PATCH] gnu: xfce4-appfinder: Update to 4.16.1.
2021-01-18 16:25 [bug#45956] [PATCH] gnu: xfce4-appfinder: Update to 4.16.1 Michael Rohleder
@ 2021-01-19 15:07 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-01-19 15:07 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 45956-done
Michael Rohleder <mike@rohleder.de> skribis:
> * gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.16.1.
> [source]: Fix uri and use https.
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-19 15:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-18 16:25 [bug#45956] [PATCH] gnu: xfce4-appfinder: Update to 4.16.1 Michael Rohleder
2021-01-19 15:07 ` bug#45956: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).