mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
11ddb60226
commit
0eac040540
1 changed files with 2 additions and 2 deletions
|
@ -301,14 +301,14 @@ network namespaces.")
|
||||||
(define-public passt
|
(define-public passt
|
||||||
(package
|
(package
|
||||||
(name "passt")
|
(name "passt")
|
||||||
(version "2024_05_10.7288448")
|
(version "2024_12_11.09478d5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://passt.top/passt/snapshot/passt-" version
|
(uri (string-append "https://passt.top/passt/snapshot/passt-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12lg216d0r8zb0rpxmnzzfyz4v5gc7ahdvypp811px0ip0qkzj25"))))
|
(base32 "1arkir4784chw9x37174rc12cp353501m43p6iwvk5mqrlq02k90"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue