* [bug#59114] [PATCH] gnu: bubblewrap: Update to 0.7.0.
@ 2022-11-07 23:44 Hilton Chain via Guix-patches via
2022-12-01 15:40 ` bug#59114: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-11-07 23:44 UTC (permalink / raw)
To: 59114
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59114: [PATCH] gnu: bubblewrap: Update to 0.7.0.
2022-11-07 23:44 [bug#59114] [PATCH] gnu: bubblewrap: Update to 0.7.0 Hilton Chain via Guix-patches via
@ 2022-12-01 15:40 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-12-01 15:40 UTC (permalink / raw)
To: Hilton Chain; +Cc: 59114-done
Hi,
Hilton Chain <hako@ultrarare.space> skribis:
> * gnu/packages/virtualization.scm (bubblewrap): Update to 0.7.0.
Finally applied to ‘staging’, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-01 15:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-07 23:44 [bug#59114] [PATCH] gnu: bubblewrap: Update to 0.7.0 Hilton Chain via Guix-patches via
2022-12-01 15:40 ` bug#59114: " Ludovic Courtès
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.