[PATCH] gnu: adwaita-icon-theme: Update to 42.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Yusuf Talha
Owner
unassigned
Submitted by
Yusuf Talha
Severity
normal

Debbugs page

Yusuf Talha wrote 3 years ago
(name . Guix Patches)(address . guix-patches@gnu.org)
NBFlPLc--3-2@tuta.io

From dea17c302b17d8fcf161fb1aa2ad3d06a7571f44 Mon Sep 17 00:00:00 2001
From: Yusuf Talha <yusuftalha@tuta.io>
Date: Tue, 6 Sep 2022 06:04:51 +0300
Subject: [PATCH] gnu: adwaita-icon-theme: Update to 42.0.

* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 42.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c824f822f6..dd8b6a519d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2805,7 +2805,7 @@ (define-public gnome-icon-theme
(define-public adwaita-icon-theme
(package/inherit gnome-icon-theme
(name "adwaita-icon-theme")
- (version "40.1.1")
+ (version "42.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2813,7 +2813,7 @@ (define-public adwaita-icon-theme
name "-" version ".tar.xz"))
(sha256
(base32
- "1xpqa1rgmixlp953938d08xvf7kv36h747ysial8g65dsrp46v0b"))))
+ "1q5i31zd5jzr12p6vn831afwnzbzf6x73wna1y86drnyr2nvb1ay"))))
(native-inputs
;; The following requires the SVG pixbuf loader, provided by librsvg,
;; available on x86_64 only.
--
2.37.2
Mathieu Othacehe wrote 2 years ago
(name . Yusuf Talha)(address . yusuftalha@tuta.io)(address . 57605-done@debbugs.gnu.org)
871qsfi9g9.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 42.0.

Maxim updated it with 0884238e1518f68e7d35b78dc2815fb35a3e641e.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57605@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57605
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help