guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: xfwm4: Update to 4.12.5.


From: guix-commits
Subject: 13/18: gnu: xfwm4: Update to 4.12.5.
Date: Mon, 18 Mar 2019 10:15:31 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 199af142718567b3005b4ce84be709e9476bf8e2
Author: Kei Kebreau <address@hidden>
Date:   Sat Mar 16 19:17:41 2019 -0400

    gnu: xfwm4: Update to 4.12.5.
    
    * gnu/packages/xfce.scm (xfwm4): Update to 4.12.5.
    [source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 41e9b6a..a1fbd63 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -619,15 +619,15 @@ and import the new pictures from your camera.")
 (define-public xfwm4
   (package
     (name "xfwm4")
-    (version "4.12.0")
+    (version "4.12.5")
     (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/";
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19"))))
+                "1jnav0wcqlswl2v7nh61big9czg5hmnyvrvm6812sv362qic0xbp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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