From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 59114@debbugs.gnu.org
Subject: [bug#59114] [PATCH] gnu: bubblewrap: Update to 0.7.0.
Date: Tue, 08 Nov 2022 07:44:45 +0800 [thread overview]
Message-ID: <y76tu3axrbm.wl-hako@ultrarare.space> (raw)
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.7.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 4c8662f770..f9c478fdf8 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2020,7 +2020,7 @@ (define-public python-vagrant
(define-public bubblewrap
(package
(name "bubblewrap")
- (version "0.6.1")
+ (version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/containers/bubblewrap/"
@@ -2028,7 +2028,7 @@ (define-public bubblewrap
version ".tar.xz"))
(sha256
(base32
- "10ij62jg7p2scwdx0pm141ss7p2gjdkbbymb56y8miib2vfcf2cn"))
+ "1p59hawgpf16mc01ybf6dfb2b96pk7h65ls0si9yldyh1c8bfjkn"))
(patches (search-patches "bubblewrap-fix-locale-in-tests.patch"))))
(build-system gnu-build-system)
(arguments
base-commit: f7f0c3b53cdefdf8b165bdb870809aeaf7e13a9d
--
2.38.0
next reply other threads:[~2022-11-07 23:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 23:44 Hilton Chain via Guix-patches via [this message]
2022-12-01 15:40 ` bug#59114: [PATCH] gnu: bubblewrap: Update to 0.7.0 Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=y76tu3axrbm.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=59114@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.