gnu: flatpak: Update to 1.2.0.

* gnu/packages/package-management.scm (flatpak): Update to 1.2.0.
This commit is contained in:
Rutger Helling 2019-02-07 14:44:44 +01:00
parent a9ba0a3154
commit 89ea6252b6
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
;;; Copyright © 2017 Roel Janssen <roel@gnu.org> ;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org> ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
@ -961,7 +961,7 @@ the bootloader configuration.")
(define-public flatpak (define-public flatpak
(package (package
(name "flatpak") (name "flatpak")
(version "1.1.0") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -969,7 +969,7 @@ the bootloader configuration.")
version "/flatpak-" version ".tar.xz")) version "/flatpak-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0bkjwh49kajyd78vdh0g9arb352a7rccaifas9zxa78phhja2v2p")))) "1bdk6qmsvy4d80245x1si9qvrga2f2yalj9qfmf1lqj5ljxxxifv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ;; Tests fail due to trying to create files where it can't. '(#:tests? #f ;; Tests fail due to trying to create files where it can't.
@ -988,6 +988,7 @@ the bootloader configuration.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs `(("appstream-glib" ,appstream-glib) (inputs `(("appstream-glib" ,appstream-glib)
("bubblewrap" ,bubblewrap) ("bubblewrap" ,bubblewrap)
("dconf" ,dconf)
("gdk-pixbuf" ,gdk-pixbuf) ("gdk-pixbuf" ,gdk-pixbuf)
("gpgme" ,gpgme) ("gpgme" ,gpgme)
("json-glib" ,json-glib) ("json-glib" ,json-glib)