gnu: flatpak: Update to 1.8.0.

* gnu/packages/package-management.scm (flatpak): Update to 1.8.0,
[native-inputs]: add "python-pyparsing".

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Allan Adair 2020-07-02 11:25:07 +02:00 committed by Mathieu Othacehe
parent 395782f235
commit b9478f333b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1130,7 +1130,7 @@ (define-public libostree
(define-public flatpak (define-public flatpak
(package (package
(name "flatpak") (name "flatpak")
(version "1.6.3") (version "1.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1138,7 +1138,7 @@ (define-public flatpak
version "/flatpak-" version ".tar.xz")) version "/flatpak-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17s8nqdxd4xdy7ag9bw06adxccha78jmlsa3zpqnl3qh92pg0hji")))) "0d4x79z96r60rc2gnf415da7z9x1my5hdyjdlklfiwll57jbqr23"))))
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to ;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
;; find the TLS backend in glib-networking. ;; find the TLS backend in glib-networking.
@ -1190,6 +1190,7 @@ (define-public flatpak
("libcap" ,libcap) ("libcap" ,libcap)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python" ,python) ("python" ,python)
("python-pyparsing" ,python-pyparsing)
("socat" ,socat) ("socat" ,socat)
("which" ,which))) ("which" ,which)))
(propagated-inputs `(("glib-networking" ,glib-networking) (propagated-inputs `(("glib-networking" ,glib-networking)