GNU bug report logs - #42163
[PATCH] Update flatpak from 1.6.3 to 1.8.0

Previous Next

Package: guix-patches;

Reported by: Allan Adair <allan <at> adair.io>

Date: Thu, 2 Jul 2020 09:26:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <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: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42163: closed ([PATCH] Update flatpak from 1.6.3 to 1.8.0)
Date: Sun, 05 Jul 2020 08:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 05 Jul 2020 10:31:41 +0200
with message-id <87eepqjrbm.fsf <at> gnu.org>
and subject line Re: [bug#42163] [PATCH] Update flatpak from 1.6.3 to 1.8.0
has caused the debbugs.gnu.org bug report #42163,
regarding [PATCH] Update flatpak from 1.6.3 to 1.8.0
to be marked as done.

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


-- 
42163: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42163
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Allan Adair <allan <at> adair.io>
To: guix-patches <at> gnu.org
Cc: Allan Adair <allan <at> adair.io>
Subject: [PATCH] Update flatpak from 1.6.3 to 1.8.0
Date: Thu,  2 Jul 2020 11:25:07 +0200
---
 gnu/packages/package-management.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index ac2842c810..0dad4379a5 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1113,7 +1113,7 @@ the boot loader configuration.")
 (define-public flatpak
   (package
    (name "flatpak")
-   (version "1.6.3")
+   (version "1.8.0")
    (source
     (origin
      (method url-fetch)
@@ -1121,7 +1121,7 @@ the boot loader configuration.")
                          version "/flatpak-" version ".tar.xz"))
      (sha256
       (base32
-       "17s8nqdxd4xdy7ag9bw06adxccha78jmlsa3zpqnl3qh92pg0hji"))))
+       "0d4x79z96r60rc2gnf415da7z9x1my5hdyjdlklfiwll57jbqr23"))))
 
    ;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
    ;; find the TLS backend in glib-networking.
@@ -1173,6 +1173,7 @@ cp -r /tmp/locale/*/en_US.*")))
       ("libcap" ,libcap)
       ("pkg-config" ,pkg-config)
       ("python" ,python)
+      ("python-pyparsing" ,python-pyparsing)
       ("socat" ,socat)
       ("which" ,which)))
    (propagated-inputs `(("glib-networking" ,glib-networking)
-- 
2.27.0



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Allan Adair <allan <at> adair.io>
Cc: 42163-done <at> debbugs.gnu.org
Subject: Re: [bug#42163] [PATCH] Update flatpak from 1.6.3 to 1.8.0
Date: Sun, 05 Jul 2020 10:31:41 +0200
Hello Allan,

Thanks for this patch. I edited the commit message, so that it follows
the guidelines at:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html, and
pushed!

Thanks,

Mathieu


This bug report was last modified 5 years and 16 days ago.

Previous Next


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