guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 5ce18dabbfd56106453b1ea567d05ed47c9063be
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900

    gnu: gnome-software: Update to 48.3.
    
    * gnu/packages/gnome.scm (gnome-software): Update to 48.3.
    
    Change-Id: I498c677a1f4f758031689d5f911069024cd3f9d9
---
 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 80c8990773..b48ece70e6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14403,7 +14403,7 @@ GNU Privacy Guard built with libadwaita.")
 (define-public gnome-software
   (package
     (name "gnome-software")
-    (version "46.5")
+    (version "48.3")
     (source
      (origin
        (method url-fetch)
@@ -14412,7 +14412,7 @@ GNU Privacy Guard built with libadwaita.")
                        name "/"
                        (version-major version) "/"
                        name "-" version ".tar.xz"))
-       (sha256 (base32 
"0b5y9z64582aarw3v92wjm63yib2q85ylny1k7k4d2y48jivirb9"))))
+       (sha256 (base32 
"0fp20zkzzcq6p8920kjavr1fskhiyz4gmj3q04hdq380pkl72s8j"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to