mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: xdg-desktop-portal: Update to 1.14.6.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
abb73a603b
commit
9b07a4b045
1 changed files with 2 additions and 2 deletions
|
@ -2666,7 +2666,7 @@ (define-public libportal
|
|||
(define-public xdg-desktop-portal
|
||||
(package
|
||||
(name "xdg-desktop-portal")
|
||||
(version "1.14.4")
|
||||
(version "1.14.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2674,7 +2674,7 @@ (define-public xdg-desktop-portal
|
|||
version "/xdg-desktop-portal-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wqc9x3k7lf3mig53i4rjazi0xi8bcykwaaw7r7prvnscnd1k405"))))
|
||||
"1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue