GNU bug report logs - #57586
[PATCH] gnu: flatpak: Update to 1.14.0.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sun, 4 Sep 2022 22:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57586: closed ([PATCH] gnu: flatpak: Update to 1.14.0.)
Date: Thu, 08 Sep 2022 14:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 08 Sep 2022 16:10:28 +0200
with message-id <87v8pyez3f.fsf <at> gnu.org>
and subject line Re: bug#57586: [PATCH] gnu: flatpak: Update to 1.14.0.
has caused the debbugs.gnu.org bug report #57586,
regarding [PATCH] gnu: flatpak: Update to 1.14.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57586: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57586
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: flatpak: Update to 1.14.0.
Date: Sun,  4 Sep 2022 18:26:17 -0400
* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 57586-done <at> debbugs.gnu.org
Subject: Re: bug#57586: [PATCH] gnu: flatpak: Update to 1.14.0.
Date: Thu, 08 Sep 2022 16:10:28 +0200
kiasoc5 <kiasoc5 <at> disroot.org> skribis:

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

Applied, thanks!

Ludo'.


This bug report was last modified 2 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.