summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome-xyz.scm
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-01-02 23:44:52 +0100
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-01-07 19:34:13 +0100
commit67b1ef5f65f4aeb302c5ec34890111c076b4e524 (patch)
tree8e96a144b9fc7a2534eb03d3a64b3ab6a44cf1d0 /gnu/packages/gnome-xyz.scm
parent51d3c8450232fdb0d703c532b35f540696551977 (diff)
downloadguix-patches-67b1ef5f65f4aeb302c5ec34890111c076b4e524.tar
guix-patches-67b1ef5f65f4aeb302c5ec34890111c076b4e524.tar.gz
gnu: greybird-gtk-theme: Update to 3.22.13.
* gnu/packages/gnome-xyz.scm (greybird-gtk-theme): Update to 3.22.13.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r--gnu/packages/gnome-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 950a876407..c97405104e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -521,7 +521,7 @@ notebooks and tiling window managers.")
(define-public greybird-gtk-theme
(package
(name "greybird-gtk-theme")
- (version "3.22.12")
+ (version "3.22.13")
(source (origin
(method git-fetch)
(uri
@@ -531,7 +531,7 @@ notebooks and tiling window managers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1j66ddvl3pmwh2v8ajm8r5g5nbsr7r262ff1qn2nf3i0gy8b3lq8"))))
+ "154qawiga792iimkpk3a6q8f4gm4r158wmsagkbqqbhj33kxgxhg"))))
(build-system meson-build-system)
(native-inputs
`(("gtk+" ,gtk+)