[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63380] [PATCH 3/4] gnu: xdg-desktop-portal: Update to 1.16.0.
From: |
Benjamin |
Subject: |
[bug#63380] [PATCH 3/4] gnu: xdg-desktop-portal: Update to 1.16.0. |
Date: |
Mon, 8 May 2023 23:55:37 +0200 |
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.16.0.
---
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 78b459443a..09637cccbd 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2755,7 +2755,7 @@ (define-public libportal
(define-public xdg-desktop-portal
(package
(name "xdg-desktop-portal")
- (version "1.14.6")
+ (version "1.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2763,7 +2763,7 @@ (define-public xdg-desktop-portal
version "/xdg-desktop-portal-" version ".tar.xz"))
(sha256
(base32
- "1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
+ "06cczlh39kc41rvav06v37sad827y61rffy3v29i918ibj8sahav"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.39.2