3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381].

* gnu/packages/package-management.scm (flatpak): Update to 1.10.2.
This commit is contained in:
Léo Le Bouter 2021-03-11 22:58:05 +01:00
parent aa983626a2
commit 0aaac779d4
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -1380,14 +1380,14 @@ the boot loader configuration.")
(define-public flatpak
(package
(name "flatpak")
(version "1.10.1")
(version "1.10.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
version "/flatpak-" version ".tar.xz"))
(sha256
(base32 "1dywvfpmszvp2wy5hvpzy8z6gz2gzmi9p302njp52p9vpx14ydf1"))))
(base32 "1r6xw7r3ir2vaa30n3mily6m7d51cf4qv22fkqlzzy3js0wjf5fv"))))
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
;; find the TLS backend in glib-networking.