guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: adwaita-icon-theme: Update to 43.


From: guix-commits
Subject: 01/06: gnu: adwaita-icon-theme: Update to 43.
Date: Sun, 26 Feb 2023 08:17:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9beaf9ba82f31c05971a6d48a9b7457f65d46e48
Author: Vasile Dumitrascu via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Feb 26 12:51:50 2023 +0100

    gnu: adwaita-icon-theme: Update to 43.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 43.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 620f5953d9..d933e1fbfa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2922,7 +2922,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
 (define-public adwaita-icon-theme
   (package
     (name "adwaita-icon-theme")
-    (version "42.0")
+    (version "43")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2930,7 +2930,7 @@ GNOME and KDE desktops to the icon names proposed in the 
specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1q5i31zd5jzr12p6vn831afwnzbzf6x73wna1y86drnyr2nvb1ay"))))
+                "1iiflc6rfpshipl23mszlv2lzm8d1a7pxwsx2ma5bam669ywffif"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]