kkebreau pushed a commit to branch master
in repository guix.
commit 7cc102f970b2435917da477aeb11566ee7f360b7
Author: Kei Kebreau <[email protected]>
Date: Sat Mar 16 19:26:28 2019 -0400
gnu: xfdesktop: Update to 4.12.4.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.4.
[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 a1fbd63..639bb63 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)