all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57586] [PATCH] gnu: flatpak: Update to 1.14.0.
@ 2022-09-04 22:26 kiasoc5 via Guix-patches via
  2022-09-08 14:10 ` bug#57586: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-09-04 22:26 UTC (permalink / raw)
  To: 57586; +Cc: kiasoc5

* gnu/packages/package-management.scm (flatpak): Update to 1.14.0.
---
 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 4c66dc18ae..f76833d3af 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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)
@@ -1908,14 +1909,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"))))
@@ -1984,8 +1985,10 @@ (define-public flatpak
            socat
            which))
     (inputs
-     (list appstream-glib
+     (list appstream
+           appstream-glib
            bubblewrap
+           curl
            dconf
            fuse
            gdk-pixbuf
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57586: [PATCH] gnu: flatpak: Update to 1.14.0.
  2022-09-04 22:26 [bug#57586] [PATCH] gnu: flatpak: Update to 1.14.0 kiasoc5 via Guix-patches via
@ 2022-09-08 14:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-09-08 14:10 UTC (permalink / raw)
  To: kiasoc5; +Cc: 57586-done

kiasoc5 <kiasoc5@disroot.org> skribis:

> * gnu/packages/package-management.scm (flatpak): Update to 1.14.0.

Applied, thanks!

Ludo'.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-08 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04 22:26 [bug#57586] [PATCH] gnu: flatpak: Update to 1.14.0 kiasoc5 via Guix-patches via
2022-09-08 14:10 ` bug#57586: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.