mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: adwaita-icon-theme: Update to 3.30.1.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.30.1.
This commit is contained in:
parent
10ff872f77
commit
412e53024a
1 changed files with 2 additions and 2 deletions
|
@ -927,7 +927,7 @@ (define-public gnome-icon-theme
|
|||
(define-public adwaita-icon-theme
|
||||
(package (inherit gnome-icon-theme)
|
||||
(name "adwaita-icon-theme")
|
||||
(version "3.28.0")
|
||||
(version "3.30.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -935,7 +935,7 @@ (define-public adwaita-icon-theme
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0l114ildlb3lz3xymfxxi0wpr2x21rd3cg8slb8jyxynzwfqrbks"))))
|
||||
"1kp1lis3dr16jmlgycz1b29jsr6ir8wmqj6laqwlhs663cmjlxbd"))))
|
||||
(native-inputs
|
||||
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue