mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
395782f235
commit
b9478f333b
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue