[PATCH] gnu: passt: Update to 2024_12_11.09478d5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 3 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
a1fc478b673157a585a9428bc984991a0a1df501.1734462432.git.~@wolfsden.cz
* gnu/packages/containers.scm (passt): Update to 2024_12_11.09478d5.

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

Toggle diff (23 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 9408f9b353..991f1c32fc 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -300,14 +300,14 @@ (define-public slirp4netns
(define-public passt
(package
(name "passt")
- (version "2024_05_10.7288448")
+ (version "2024_12_11.09478d5")
(source
(origin
(method url-fetch)
(uri (string-append "https://passt.top/passt/snapshot/passt-" version
".tar.gz"))
(sha256
- (base32 "12lg216d0r8zb0rpxmnzzfyz4v5gc7ahdvypp811px0ip0qkzj25"))))
+ (base32 "1arkir4784chw9x37174rc12cp353501m43p6iwvk5mqrlq02k90"))))
(build-system gnu-build-system)
(arguments
(list
--
2.46.0
Ludovic Courtès wrote 3 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 74930-done@debbugs.gnu.org)
87ldw66zkf.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

Toggle quote (4 lines)
> * gnu/packages/containers.scm (passt): Update to 2024_12_11.09478d5.
>
> Change-Id: Ib4dab58099337a711fdbca3d700804b8d251d7c7

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 74930
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help