guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: xdg-desktop-portal: Update to 1.16.0.


From: guix-commits
Subject: 02/04: gnu: xdg-desktop-portal: Update to 1.16.0.
Date: Fri, 2 Jun 2023 01:04:59 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 51c8e8635002e7f5fb7165ceab8f9bab36602ef0
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Fri Jun 2 08:54:33 2023 +0400

    gnu: xdg-desktop-portal: Update to 1.16.0.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.16.0.
---
 gnu/packages/freedesktop.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 60ca5583ba..e9287d5efb 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2765,15 +2765,16 @@ compatible with the well-known scripts of the same 
name.")
 (define-public xdg-desktop-portal
   (package
     (name "xdg-desktop-portal")
-    (version "1.14.6")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    
"https://github.com/flatpak/xdg-desktop-portal/releases/download/";
-                    version "/xdg-desktop-portal-" version ".tar.xz"))
-              (sha256
-               (base32
-                "1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
+    (version "1.16.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/flatpak/xdg-desktop-portal/releases/download/";
+             version "/xdg-desktop-portal-" version ".tar.xz"))
+       (sha256
+        (base32
+         "06cczlh39kc41rvav06v37sad827y61rffy3v29i918ibj8sahav"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]