me
/
guix
Archived
1
0
Fork 0

gnu: flatpak: Update to 1.14.4.

* gnu/packages/package-management.scm (flatpak): Update to 1.14.4.
master
Efraim Flashner 2023-03-22 10:31:15 +02:00
parent 37664e1cec
commit a08d3cba83
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1901,14 +1901,14 @@ the boot loader configuration.")
(define-public flatpak (define-public flatpak
(package (package
(name "flatpak") (name "flatpak")
(version "1.14.3") (version "1.14.4")
(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 "1gpfax92kpchmbr3cp1w0cw5xjdwv11i1g3g9hp8akc9rc64gw2r")) (base32 "16b7f7n2mms6zgm0lj3fn86ny11xjn8cd3mrk1slwhvwnv8dnd4a"))
(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"))))