mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnome-themes-standard: Update to 3.22.3.
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.22.3.
This commit is contained in:
parent
8773600542
commit
0b7b8fb045
1 changed files with 2 additions and 2 deletions
|
@ -1757,7 +1757,7 @@ (define-public gnumeric
|
|||
(define-public gnome-themes-standard
|
||||
(package
|
||||
(name "gnome-themes-standard")
|
||||
(version "3.22.2")
|
||||
(version "3.22.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1766,7 +1766,7 @@ (define-public gnome-themes-standard
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19bxw69ms46px5xgvwbjlhq2vkmrqfx2az49q63w2wxqb76icidk"))))
|
||||
"0smmiamrgcgf5sa88bsn8hwmvsyx4gczzs359nwxbkv14b2qgp31"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue