guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 91ebc9d471378b63453e664e2418e6f03367694d
Author: Timo Wilken <[email protected]>
AuthorDate: Tue Aug 18 18:49:53 2026 +0200

    gnu: papirus-icon-theme: Update to 20260801.
    
    * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20260801.
    
    Merges: https://codeberg.org/guix/guix/pulls/10647
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index c7785e69ea..a1103f5864 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -244,7 +244,7 @@ simple and consistent.")
 (define-public papirus-icon-theme
   (package
     (name "papirus-icon-theme")
-    (version "20250501")
+    (version "20260801")
     (source
      (origin
        (method git-fetch)
@@ -252,7 +252,7 @@ simple and consistent.")
              (url 
"https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";)
              (commit version)))
        (sha256
-        (base32 "1k1fjvj01iy6yjkx8r65h6ycvhliv8x85zsysnd3x3m9h173kvxs"))
+        (base32 "1dlmy5zycmls91gdl0bf22qi783h68zch8ashjmjs88z69is3k6f"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to