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

commit dc3c1a1f68cff0f6cb3636b7784e588824def2f9
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 6dbbb32cea..e362890d5d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14481,7 +14481,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)
@@ -14490,7 +14490,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