[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: xdg-desktop-portal-wlr: Update to 0.7.1.
From: |
guix-commits |
Subject: |
04/09: gnu: xdg-desktop-portal-wlr: Update to 0.7.1. |
Date: |
Thu, 21 Mar 2024 08:49:27 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 51ea39b2c7869e34eb4c440916720224b0631ec5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 21 13:43:14 2024 +0200
gnu: xdg-desktop-portal-wlr: Update to 0.7.1.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.7.1.
Change-Id: Id716cffe6db65fd3827dd52871b0620187466c5d
---
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 a1b259ef8a..7284728f95 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2968,7 +2968,7 @@ for xdg-desktop-portal that is using Qt/KF5.")
(define-public xdg-desktop-portal-wlr
(package
(name "xdg-desktop-portal-wlr")
- (version "0.7.0")
+ (version "0.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2977,7 +2977,7 @@ for xdg-desktop-portal that is using Qt/KF5.")
(file-name (git-file-name name version))
(sha256
(base32
- "1b3hpp3ybjgnnmnwsyb5bsnvz9q5nr3zz0j1alh02g24f68lf00k"))
+ "1mbq3czka9swwmfaasnaj89y2m254p3qa522ayclh688jdwh70hq"))
(patches (search-patches
"xdg-desktop-portal-wlr-harcoded-length.patch"))))
(build-system meson-build-system)
(arguments
- branch master updated (69951a61a1 -> ec0e5e9369), guix-commits, 2024/03/21
- 01/09: gnu: wgetpaste: Update to 2.34., guix-commits, 2024/03/21
- 05/09: gnu: libportal: Update to 0.7.1., guix-commits, 2024/03/21
- 06/09: gnu: Add python-urwidgets., guix-commits, 2024/03/21
- 07/09: gnu: toot: Update to 0.42.0., guix-commits, 2024/03/21
- 08/09: gnu: global: Update to 6.6.12., guix-commits, 2024/03/21
- 09/09: gnu: universal-ctags: Update to 6.1.20240317.0., guix-commits, 2024/03/21
- 03/09: gnu: khard: Update to 0.19.1., guix-commits, 2024/03/21
- 02/09: gnu: khal: Update to 0.11.3., guix-commits, 2024/03/21
- 04/09: gnu: xdg-desktop-portal-wlr: Update to 0.7.1.,
guix-commits <=