guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/12: gnu: passt: Update to 2024_12_11.09478d5.


From: guix-commits
Subject: 09/12: gnu: passt: Update to 2024_12_11.09478d5.
Date: Mon, 23 Dec 2024 14:47:30 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0eac0405402c967c524c508aa45497ebe1992fb3
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Tue Dec 17 20:07:12 2024 +0100

    gnu: passt: Update to 2024_12_11.09478d5.
    
    * gnu/packages/containers.scm (passt): Update to 2024_12_11.09478d5.
    
    Change-Id: Ib4dab58099337a711fdbca3d700804b8d251d7c7
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index d1d389c9fc..51950aa6a9 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -301,14 +301,14 @@ network namespaces.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]