guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#45956] [PATCH] gnu: xfce4-appfinder: Update to 4.16.1.


From: Michael Rohleder
Subject: [bug#45956] [PATCH] gnu: xfce4-appfinder: Update to 4.16.1.
Date: Mon, 18 Jan 2021 17:25:38 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]