[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: flatpack: Update to 1.8.1.
From: |
guix-commits |
Subject: |
10/10: gnu: flatpack: Update to 1.8.1. |
Date: |
Tue, 11 Aug 2020 10:27:12 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 145484e8f5d89911f5f905c9fe604e3cbfd1e434
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 05:52:02 2020 +0200
gnu: flatpack: Update to 1.8.1.
* gnu/packages/package-management.scm (flatpack): Update to 1.8.1.
---
gnu/packages/package-management.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 277b125..9c2c226 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1131,15 +1131,14 @@ the boot loader configuration.")
(define-public flatpak
(package
(name "flatpak")
- (version "1.8.0")
+ (version "1.8.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/flatpak/flatpak/releases/download/"
version "/flatpak-" version ".tar.xz"))
(sha256
- (base32
- "0d4x79z96r60rc2gnf415da7z9x1my5hdyjdlklfiwll57jbqr23"))))
+ (base32 "1bcymiv0yzs05rplbyzpimb1k17s345a95y0dhw7jh56z5k4p4b6"))))
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
;; find the TLS backend in glib-networking.
- branch master updated (7dffabf -> 145484e), guix-commits, 2020/08/11
- 04/10: gnu: pioneers: Update to 15.6., guix-commits, 2020/08/11
- 02/10: gnu: libtorrent-rasterbar: Update to 1.2.8., guix-commits, 2020/08/11
- 03/10: gnu: innoextract: Update to 1.9., guix-commits, 2020/08/11
- 01/10: gnu: libtorrent-rasterbar: Fix typo in description., guix-commits, 2020/08/11
- 06/10: gnu: libmaxminddb: Update to 1.4.3., guix-commits, 2020/08/11
- 07/10: gnu: libmaxminddb: Cross-compile., guix-commits, 2020/08/11
- 09/10: gnu: musl: Update to 1.2.1., guix-commits, 2020/08/11
- 05/10: gnu: pioneers: Download over HTTPS., guix-commits, 2020/08/11
- 08/10: gnu: fping: Update to 5.0., guix-commits, 2020/08/11
- 10/10: gnu: flatpack: Update to 1.8.1.,
guix-commits <=