This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d31a92c624 gnu: libportal: Update to 0.9.1.
d31a92c624 is described below

commit d31a92c6242145724783b692941545384fd71bc4
Author: Mazin AlHaddad <[email protected]>
AuthorDate: Tue Jul 8 21:57:53 2025 +0300

    gnu: libportal: Update to 0.9.1.
    
    * gnu/packages/freedesktop.scm (libportal): Update to 0.9.1.
    
    Change-Id: I6334bb830387cd61e0f3786d21f9df8d1436a620
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 21c06623ba..8dbdcce9a9 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3269,7 +3269,7 @@ compatible with the well-known scripts of the same name.")
 (define-public libportal
   (package
     (name "libportal")
-    (version "0.7.1")
+    (version "0.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3278,7 +3278,7 @@ compatible with the well-known scripts of the same name.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ypl9ds5g5jzyirjg4ic0r7lzv39w67yrh8njz1cw566g4j1kfny"))))
+                "1rbqkmvvfig98ig8gsf93waiizrminj7gywxbza15hzx3an3hwh9"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to