diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-03-16 17:06:31 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-03-18 10:14:19 -0400 |
commit | 912a81ff16fdd7376b2271f22384a35985ec9488 (patch) | |
tree | 724434d84e271a6a6700ebd1a1f625b61428da73 /gnu/packages/xfce.scm | |
parent | 611a6980dc59c8f6f407a893b9c44eaf53156d70 (diff) | |
download | patches-912a81ff16fdd7376b2271f22384a35985ec9488.tar patches-912a81ff16fdd7376b2271f22384a35985ec9488.tar.gz |
gnu: xfconf: Update to 4.12.1.
* gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
[source]: Update URL.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f5618932ca..97d6709c36 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -104,15 +104,15 @@ Xfce Desktop Environment.") (define-public xfconf (package (name "xfconf") - (version "4.12.0") + (version "4.12.1") (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 - "0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r")))) + "0dns190bwb615wy9ma2654sw4vz1d0rcv061zmaalkv9wmj8bx1m")))) (build-system gnu-build-system) (arguments '(#:phases |