[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: xfdesktop: Update to 4.14.2.
From: |
guix-commits |
Subject: |
04/06: gnu: xfdesktop: Update to 4.14.2. |
Date: |
Thu, 16 Apr 2020 13:46:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0159eae3c9dd2c3c87a31fcc24224c8322f023a0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Apr 16 19:30:21 2020 +0200
gnu: xfdesktop: Update to 4.14.2.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.2.
[source]: Hard-code NAME.
---
gnu/packages/xfce.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b231761..02fda26 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -741,15 +741,15 @@ on the screen.")
(define-public xfdesktop
(package
(name "xfdesktop")
- (version "4.14.1")
+ (version "4.14.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
- name "/" (version-major+minor version) "/"
- name "-" version ".tar.bz2"))
+ "xfdesktop/" (version-major+minor version)
"/"
+ "xfdesktop-" version ".tar.bz2"))
(sha256
(base32
- "10pqxgpj7b57wpcsh2k98sj4aavcgxbs1lc8qsq4mibf4hba01gp"))
+ "0x1yx9sd5aanrlr1qnbwd2nsmcg09g4132k0kyb7z47a3x3381d3"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -781,6 +781,7 @@ on the screen.")
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
+ ;; For our own ‘prepare-background-image’ phase.
("inkscape" ,inkscape)
("imagemagick" ,imagemagick)))
(inputs
- branch master updated (7adf6f1 -> c6f74eb), guix-commits, 2020/04/16
- 01/06: gnu: xterm: Update to 353., guix-commits, 2020/04/16
- 02/06: gnu: augeas: Update to 1.12.0., guix-commits, 2020/04/16
- 03/06: gnu: augeas: Use HTTPS home page., guix-commits, 2020/04/16
- 05/06: gnu: xfwm4: Update to 4.14.1., guix-commits, 2020/04/16
- 06/06: gnu: xfce4-taskmanager: Update to 1.2.3., guix-commits, 2020/04/16
- 04/06: gnu: xfdesktop: Update to 4.14.2.,
guix-commits <=