[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/21: gnu: flatpak: Update to 1.14.0.
From: |
guix-commits |
Subject: |
18/21: gnu: flatpak: Update to 1.14.0. |
Date: |
Thu, 8 Sep 2022 10:24:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 94a46dc27adbe560ff41e04096055375564c4f69
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun Sep 4 18:26:17 2022 -0400
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>
---
gnu/packages/package-management.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 4ac32581fa..2d1fe914e3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -63,6 +63,7 @@
#: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 @@ the boot loader configuration.")
(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 @@ cp -r /tmp/locale/*/en_US.*")))
socat
which))
(inputs
- (list appstream-glib
+ (list appstream
+ appstream-glib
bubblewrap
+ curl
dconf
fuse
gdk-pixbuf
- 17/21: gnu: Add texlive-latex-totcount., (continued)
- 17/21: gnu: Add texlive-latex-totcount., guix-commits, 2022/09/08
- 20/21: gnu: strawberry: Update to 1.0.9., guix-commits, 2022/09/08
- 06/21: file-systems: Open files with O_CLOEXEC., guix-commits, 2022/09/08
- 04/21: import: gnome: Reject version strings such as "43.alpha"., guix-commits, 2022/09/08
- 05/21: syscalls: Avoid repeated calls to 'syscall->procedure'., guix-commits, 2022/09/08
- 13/21: gnu: podman: Update to 4.2.0., guix-commits, 2022/09/08
- 11/21: gnu: Add solvespace., guix-commits, 2022/09/08
- 07/21: gnu: zsh-autopair., guix-commits, 2022/09/08
- 15/21: gnu: Add texlive-latex-tabto-ltx., guix-commits, 2022/09/08
- 16/21: gnu: Add texlive-generic-soul., guix-commits, 2022/09/08
- 18/21: gnu: flatpak: Update to 1.14.0.,
guix-commits <=