[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: bubblewrap: Update to 0.8.0.
From: |
guix-commits |
Subject: |
06/08: gnu: bubblewrap: Update to 0.8.0. |
Date: |
Wed, 8 Mar 2023 03:17:33 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 5755c5b33ceb92be4511afd167a0dc17a46a6d3d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 8 08:56:16 2023 +0200
gnu: bubblewrap: Update to 0.8.0.
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.8.0.
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 4fc6f1868c..1c1b06d271 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2123,7 +2123,7 @@ virtual machines.")
(define-public bubblewrap
(package
(name "bubblewrap")
- (version "0.6.1")
+ (version "0.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/containers/bubblewrap/"
@@ -2131,7 +2131,7 @@ virtual machines.")
version ".tar.xz"))
(sha256
(base32
- "10ij62jg7p2scwdx0pm141ss7p2gjdkbbymb56y8miib2vfcf2cn"))
+ "0fik7l8rm4yjkasskj7gw52s8jg3xfy152wqisw3s0xrklad2ylm"))
(patches (search-patches
"bubblewrap-fix-locale-in-tests.patch"))))
(build-system gnu-build-system)
(arguments
- branch master updated (f289fe316a -> 203578eef2), guix-commits, 2023/03/08
- 01/08: gnu: flatpak: Update to 1.14.3., guix-commits, 2023/03/08
- 03/08: gnu: toot: Update to 0.35.0., guix-commits, 2023/03/08
- 05/08: gnu: git-annex: Update to 10.20230227., guix-commits, 2023/03/08
- 08/08: gnu: libreoffice: Update to 7.5.1.2., guix-commits, 2023/03/08
- 07/08: gnu: lagrange: Update to 1.15.3., guix-commits, 2023/03/08
- 02/08: gnu: yt-dlp: Update to 2023.03.04., guix-commits, 2023/03/08
- 04/08: gnu: vdirsyncer: Update to 0.19.1., guix-commits, 2023/03/08
- 06/08: gnu: bubblewrap: Update to 0.8.0.,
guix-commits <=