diff options
author | Xinglu Chen <[email protected]> | 2021-03-02 15:22:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2021-03-02 16:37:37 +0100 |
commit | 05dc279bbeac62811ca4c84dba3fe70574d09652 (patch) | |
tree | 516714a029fd5a9dfe8f646ab2389cd5ddafdc37 /gnu | |
parent | 7bcbf35efa328456ece1b54426789501aed11b77 (diff) |
gnu: xwallpaper: Update to 0.6.6.
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.6.
Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index f0ebc49230..87ea37323d 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -44,6 +44,7 @@ ;;; Copyright © 2020 B. Wilson <[email protected]> ;;; Copyright © 2020, 2021 Zheng Junjie <[email protected]> ;;; Copyright © 2021 Nicolas Goaziou <[email protected]> +;;; Copyright © 2021 Xinglu Chen <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2323,7 +2324,7 @@ can optionally use some appearance settings from XSettings, tint2 and GTK.") (define-public xwallpaper (package (name "xwallpaper") - (version "0.6.5") + (version "0.6.6") (source (origin (method git-fetch) @@ -2332,7 +2333,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 "121ai4dc0v65qk12gn9w62ixly8hc8a5qrygkbb82vy8ck4jqxj7")))) + (base32 "10klm81rs3k3l2i7whpvcsg95x51ja11l86fmwbrvg3kq705p2sr")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |