diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2021-01-14 11:42:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2021-01-14 16:20:44 +0100 |
commit | 526fff3de0ae3085043d7ce67f06486ea3e4f093 (patch) | |
tree | c8b69c01dd3937fac862f92738f5c2c03c209436 | |
parent | 8eb5f097b134f8ee703404bf3773b6a8d09d4829 (diff) |
gnu: elementary-xfce-icon-theme: Update to 0.15.2.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.15.2.
-rw-r--r-- | gnu/packages/xfce.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 6b61139157..d5f68a321d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2017, 2019 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017 Petter <[email protected]> ;;; Copyright © 2017 Nikita <[email protected]> -;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2019 Pkill -9 <[email protected]> ;;; Copyright © 2019 L p R n d n <[email protected]> ;;; Copyright © 2019 Ingo Ruhnke <[email protected]> @@ -268,7 +268,7 @@ it to your needs by using several command line options.") (define-public elementary-xfce-icon-theme (package (name "elementary-xfce-icon-theme") - (version "0.15.1") + (version "0.15.2") (source (origin (method git-fetch) (uri @@ -278,7 +278,7 @@ it to your needs by using several command line options.") (file-name (git-file-name name version)) (sha256 (base32 - "1rl15kh9c7qxw4pvwmw44fb4v3vwh6zin4wpx55bnvm5j76y6p3f")))) + "1g6vndqvp11c2kl5vkpzb1wxvr2pfb3hvqxjjdgx6qzq9x8zmiqk")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target |