diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-03-16 19:26:28 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-03-18 10:15:09 -0400 |
commit | 7cc102f970b2435917da477aeb11566ee7f360b7 (patch) | |
tree | b69111605f2798fcf0ab0d9bc01e618b127399fb /gnu/packages/xfce.scm | |
parent | 199af142718567b3005b4ce84be709e9476bf8e2 (diff) | |
download | patches-7cc102f970b2435917da477aeb11566ee7f360b7.tar patches-7cc102f970b2435917da477aeb11566ee7f360b7.tar.gz |
gnu: xfdesktop: Update to 4.12.4.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.4.
[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 a1fbd634b3..639bb63766 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -649,15 +649,15 @@ on the screen.") (define-public xfdesktop (package (name "xfdesktop") - (version "4.12.0") + (version "4.12.4") (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 - "1ivzgg4792nid6wcgd1nq5vc3z0y5ip6ymq7ci5j2qkp663qnykf")))) + "1jzi851arljq5lza9inyq4ss513l62lbzbfm64a7x4320m8kb2h9")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |