mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-module (gnu packages package-management)
|
|||
#:use-module (gnu packages dbm)
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module (gnu packages file)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages flex)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (gnu packages gettext)
|
||||
|
@ -1900,14 +1901,14 @@ (define-public libostree
|
|||
(define-public flatpak
|
||||
(package
|
||||
(name "flatpak")
|
||||
(version "1.12.7")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
|
||||
version "/flatpak-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "05lkpbjiwp69q924i1jfyk5frcqbdbv9kyzbqwm2hy723i9jmdbd"))
|
||||
(base32 "05bqy9kwmaj32y7f94fydcz3k63bsgn4mbcp4pglv8hffxrnj9wf"))
|
||||
(patches
|
||||
(search-patches "flatpak-fix-path.patch"
|
||||
"flatpak-unset-gdk-pixbuf-for-sandbox.patch"))))
|
||||
|
@ -1976,8 +1977,10 @@ (define-public flatpak
|
|||
socat
|
||||
which))
|
||||
(inputs
|
||||
(list appstream-glib
|
||||
(list appstream
|
||||
appstream-glib
|
||||
bubblewrap
|
||||
curl
|
||||
dconf
|
||||
fuse
|
||||
gdk-pixbuf
|
||||
|
|
Loading…
Reference in a new issue