gnu: xfconf: Update to 4.14.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 9 Nov 2020 21:49:04 +0000 (22:49 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 10 Nov 2020 17:19:39 +0000 (18:19 +0100)
* gnu/packages/xfce.scm (xfconf): Update to 4.14.4.

gnu/packages/xfce.scm

index 99bff12..904ad19 100644 (file)
@@ -121,7 +121,7 @@ Xfce Desktop Environment.")
 (define-public xfconf
   (package
     (name "xfconf")
-    (version "4.14.3")
+    (version "4.14.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -129,7 +129,7 @@ Xfce Desktop Environment.")
                                   "xfconf-" version ".tar.bz2"))
               (sha256
                (base32
-                "00hcb96bw5ylfs9ppblchj8zv9026m3dlf7lnmgiq5f6xyh5542q"))))
+                "0wszp93z64112jq5wm4133s64in2ndvnzbgsbn8dh7p5xhp64dyc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases