mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: greybird-gtk-theme: Update to 3.22.13.
* gnu/packages/gnome-xyz.scm (greybird-gtk-theme): Update to 3.22.13.
This commit is contained in:
parent
51d3c84502
commit
67b1ef5f65
1 changed files with 2 additions and 2 deletions
|
@ -521,7 +521,7 @@ (define-public gnome-shell-extension-paperwm
|
|||
(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 @@ (define-public greybird-gtk-theme
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j66ddvl3pmwh2v8ajm8r5g5nbsr7r262ff1qn2nf3i0gy8b3lq8"))))
|
||||
"154qawiga792iimkpk3a6q8f4gm4r158wmsagkbqqbhj33kxgxhg"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("gtk+" ,gtk+)
|
||||
|
|
Loading…
Reference in a new issue