This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c95f7dc gnu: flatpak: Update to 1.10.1.
c95f7dc is described below
commit c95f7dc6f113dc66ca463e3a44c309c0c5ccd7f4
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jan 24 13:11:03 2021 +0200
gnu: flatpak: Update to 1.10.1.
* gnu/packages/package-management.scm (flatpak): Update to 1.10.1.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index df5bd2e..2f3f575 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2018, 2019 Rutger Helling <[email protected]>
;;; Copyright © 2018 Sou Bunnbu <[email protected]>
;;; Copyright © 2018, 2019 Eric Bavier <[email protected]>
-;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]>
+;;; Copyright © 2019, 2020, 2021 Efraim Flashner <[email protected]>
;;; Copyright © 2019 Jonathan Brielmaier <[email protected]>
;;; Copyright © 2020 Mathieu Othacehe <[email protected]>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
@@ -1358,14 +1358,14 @@ the boot loader configuration.")
(define-public flatpak
(package
(name "flatpak")
- (version "1.8.2")
+ (version "1.10.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/flatpak/flatpak/releases/download/"
version "/flatpak-" version ".tar.xz"))
(sha256
- (base32 "1c45a0k7wx685n5b3ihv7dk0mm2kmwbw7cx8w5g2la62yxfn49kr"))))
+ (base32 "1dywvfpmszvp2wy5hvpzy8z6gz2gzmi9p302njp52p9vpx14ydf1"))))
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
;; find the TLS backend in glib-networking.