[PATCH gnome-team] gnu: adwaita-icon-theme: Update to 44.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
3c673c8b24a7b0308b705a6e3f33dff118a69701.1698583719.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 44.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (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

base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58
--
2.41.0
Vivien Kraus wrote 1 years ago
It has already been applied
(address . 66813-done@debbugs.gnu.org)
12f73644c360c5d0730d6793fa40cf8ca0d1365d.camel@planete-kraus.eu
This patch has already been applied, closing.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66813
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