[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: xwallpaper: Update to 0.7.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: xwallpaper: Update to 0.7.3. |
Date: |
Mon, 06 Sep 2021 05:10:11 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6940a57 gnu: xwallpaper: Update to 0.7.3.
6940a57 is described below
commit 6940a57abdc4b22afccce0f2ba82e927b154ce60
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Sep 4 20:35:11 2021 +0200
gnu: xwallpaper: Update to 0.7.3.
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.7.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 006b1c1..24e801b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2452,7 +2452,7 @@ can optionally use some appearance settings from
XSettings, tint2 and GTK.")
(define-public xwallpaper
(package
(name "xwallpaper")
- (version "0.6.6")
+ (version "0.7.3")
(source
(origin
(method git-fetch)
@@ -2461,7 +2461,7 @@ can optionally use some appearance settings from
XSettings, tint2 and GTK.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "10klm81rs3k3l2i7whpvcsg95x51ja11l86fmwbrvg3kq705p2sr"))))
+ (base32 "1rsv42cl0s149sbpdxz9yqqjip3si95jv3dglwzrcm7pjfg7519v"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: xwallpaper: Update to 0.7.3.,
guix-commits <=