mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: adwaita-icon-theme: Update to 44.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 44.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
26485fc575
commit
8cd5eebd11
1 changed files with 2 additions and 2 deletions
|
@ -2875,7 +2875,7 @@ (define-public icon-naming-utils
|
|||
(define-public adwaita-icon-theme
|
||||
(package
|
||||
(name "adwaita-icon-theme")
|
||||
(version "43")
|
||||
(version "44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -2883,7 +2883,7 @@ (define-public adwaita-icon-theme
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iiflc6rfpshipl23mszlv2lzm8d1a7pxwsx2ma5bam669ywffif"))))
|
||||
"0k3638gkdpjcr9pbsmpfj7vdqdm9s04j4d5sh1fx5v5z3dhcb2a8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
|
|
Loading…
Reference in a new issue