diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-01-06 13:02:37 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-06 14:27:31 -0500 |
commit | 9c9bca4c55f9181809b2713c9227499baa0616f7 (patch) | |
tree | 44d3b84419435048312a4e96ba53642969540d86 | |
parent | 33fa8fd0d0b2291a28d7967c4e214378ae1401e8 (diff) |
gnu: xdg-desktop-portal-hyprland: Update to 1.3.9.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-hyprland): Update to 1.3.9.
Change-Id: I7f1913bdb7121d2f48c4a3ee484e38dee8f5d8dc
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 6235a4979c1..c6f18e99493 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -3280,7 +3280,7 @@ interfaces.") (define-public xdg-desktop-portal-hyprland (package (name "xdg-desktop-portal-hyprland") - (version "1.3.6") + (version "1.3.9") (source (origin (method git-fetch) @@ -3289,7 +3289,7 @@ interfaces.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "17ba9jkccyp8gv79ds70khgm5wm6x8zs5m9nkilq4n2j7fsa8cfl")))) + (base32 "0k1bgdpg5ixxqg9r4vraszbnl4rl9gh87dhyc7rr332rf0j9n0xh")))) (build-system qt-build-system) (arguments (list #:tests? #f ;No tests. |