diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-10-23 01:12:57 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-29 14:21:29 +0100 |
commit | 8cd5eebd11f8cf72c0b560e5bca538a8615edf83 (patch) | |
tree | 07a775f6240e267a08e20d6eefbc3fc5c452411e /gnu/packages/gnome.scm | |
parent | 26485fc5750d2e067c45d49ab2aa20f481e1979a (diff) | |
download | guix-8cd5eebd11f8cf72c0b560e5bca538a8615edf83.tar guix-8cd5eebd11f8cf72c0b560e5bca538a8615edf83.tar.gz |
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>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a86ddc34b3..77908768b7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2875,7 +2875,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.") (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 @@ GNOME and KDE desktops to the icon names proposed in the specification.") name "-" version ".tar.xz")) (sha256 (base32 - "1iiflc6rfpshipl23mszlv2lzm8d1a7pxwsx2ma5bam669ywffif")))) + "0k3638gkdpjcr9pbsmpfj7vdqdm9s04j4d5sh1fx5v5z3dhcb2a8")))) (build-system gnu-build-system) (arguments (list #:make-flags |