mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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
This commit is contained in:
parent
33fa8fd0d0
commit
9c9bca4c55
1 changed files with 2 additions and 2 deletions
|
@ -3280,7 +3280,7 @@ (define-public xdg-desktop-portal-gtk
|
|||
(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 @@ (define-public xdg-desktop-portal-hyprland
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue