mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: libportal: Update to 0.7.1.
* gnu/packages/freedesktop.scm (libportal): Update to 0.7.1. Change-Id: Iab3cf48ce63e2149b5680dbc852d0ed4483de6cc
This commit is contained in:
parent
51ea39b2c7
commit
2f4f6db30b
1 changed files with 2 additions and 2 deletions
|
@ -2760,7 +2760,7 @@ (define-public flatpak-xdg-utils
|
||||||
(define-public libportal
|
(define-public libportal
|
||||||
(package
|
(package
|
||||||
(name "libportal")
|
(name "libportal")
|
||||||
(version "0.6")
|
(version "0.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2769,7 +2769,7 @@ (define-public libportal
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q1kqq72cs7f5b17gzw7218mxs65hijzkll27mh51s02fpiw8c60"))))
|
"0ypl9ds5g5jzyirjg4ic0r7lzv39w67yrh8njz1cw566g4j1kfny"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue