Archived
1
0
Fork 0

gnu: flatpak: Update to 1.14.1.

* gnu/packages/package-management.scm (flatpak): Update to 1.14.1.
This commit is contained in:
Efraim Flashner 2022-11-27 12:47:39 +02:00
parent de32c09563
commit 266c918263
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1918,14 +1918,14 @@ the boot loader configuration.")
(define-public flatpak (define-public flatpak
(package (package
(name "flatpak") (name "flatpak")
(version "1.14.0") (version "1.14.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/flatpak/flatpak/releases/download/" (uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
version "/flatpak-" version ".tar.xz")) version "/flatpak-" version ".tar.xz"))
(sha256 (sha256
(base32 "05bqy9kwmaj32y7f94fydcz3k63bsgn4mbcp4pglv8hffxrnj9wf")) (base32 "17ykbp5lmlbv6241vw55zgqdp34wc12jbj5nhs4wb3018crq4g0a"))
(patches (patches
(search-patches "flatpak-fix-path.patch" (search-patches "flatpak-fix-path.patch"
"flatpak-unset-gdk-pixbuf-for-sandbox.patch")))) "flatpak-unset-gdk-pixbuf-for-sandbox.patch"))))