gnu: flatpak: Update to 1.14.0.
* gnu/packages/package-management.scm (flatpak): Update to 1.14.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9fb065a544
commit
94a46dc27a
1 changed files with 6 additions and 3 deletions
|
@ -63,6 +63,7 @@
|
||||||
#:use-module (gnu packages dbm)
|
#:use-module (gnu packages dbm)
|
||||||
#:use-module (gnu packages docbook)
|
#:use-module (gnu packages docbook)
|
||||||
#:use-module (gnu packages file)
|
#:use-module (gnu packages file)
|
||||||
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages flex)
|
#:use-module (gnu packages flex)
|
||||||
#:use-module (gnu packages gcc)
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (gnu packages gettext)
|
#:use-module (gnu packages gettext)
|
||||||
|
@ -1900,14 +1901,14 @@ the boot loader configuration.")
|
||||||
(define-public flatpak
|
(define-public flatpak
|
||||||
(package
|
(package
|
||||||
(name "flatpak")
|
(name "flatpak")
|
||||||
(version "1.12.7")
|
(version "1.14.0")
|
||||||
(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 "05lkpbjiwp69q924i1jfyk5frcqbdbv9kyzbqwm2hy723i9jmdbd"))
|
(base32 "05bqy9kwmaj32y7f94fydcz3k63bsgn4mbcp4pglv8hffxrnj9wf"))
|
||||||
(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"))))
|
||||||
|
@ -1976,8 +1977,10 @@ cp -r /tmp/locale/*/en_US.*")))
|
||||||
socat
|
socat
|
||||||
which))
|
which))
|
||||||
(inputs
|
(inputs
|
||||||
(list appstream-glib
|
(list appstream
|
||||||
|
appstream-glib
|
||||||
bubblewrap
|
bubblewrap
|
||||||
|
curl
|
||||||
dconf
|
dconf
|
||||||
fuse
|
fuse
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
|
Reference in a new issue