gnu: flatpak: Update to 1.8.2.

* gnu/packages/package-management.scm (flatpak): Update to 1.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-26 20:36:29 +02:00
parent 312485299d
commit 8f94079353
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1184,14 +1184,14 @@ (define-public libostree
(define-public flatpak
(package
(name "flatpak")
(version "1.8.1")
(version "1.8.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
version "/flatpak-" version ".tar.xz"))
(sha256
(base32 "1bcymiv0yzs05rplbyzpimb1k17s345a95y0dhw7jh56z5k4p4b6"))))
(base32 "1c45a0k7wx685n5b3ihv7dk0mm2kmwbw7cx8w5g2la62yxfn49kr"))))
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
;; find the TLS backend in glib-networking.
@ -1227,7 +1227,7 @@ (define-public flatpak
(("/usr/bin/python3") (which "python3")))
#t))
;; Many tests fail for unknown reasons, so we just run a few basic
;; tests
;; tests.
(replace 'check
(lambda _
(setenv "HOME" "/tmp")