[PATCH] gnu: bubblewrap: Update to 0.11.0.

  • Open
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal
T
T
Tomas Volf wrote on 18 Dec 2024 01:18
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
fb49ccc3806e6b6ef25ef2bdaeba78cfa6c0482a.1734481136.git.~@wolfsden.cz
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.11.0.

Change-Id: Ic20d2a74fd630ad1b18dd7f04d8aa2f1f7b3cbde
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 9dff421341..49158964d8 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2486,7 +2486,7 @@ (define-public python-vagrant
(define-public bubblewrap
(package
(name "bubblewrap")
- (version "0.10.0")
+ (version "0.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2495,7 +2495,7 @@ (define-public bubblewrap
(file-name (git-file-name name version))
(sha256
(base32
- "0paahq4y8fmdnipahgymsshi3klmi60lvcqhhg1020z7n1gni0hx"))
+ "1rb7dih12s9liwq2lfjdm1br6jaxkmdwsqjr6zx9wfyy0cnwr07h"))
(patches (search-patches "bubblewrap-fix-locale-in-tests.patch"))))
(build-system meson-build-system)
(arguments
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74933@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74933
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch