mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libslirp: Update to 4.9.1.
* gnu/packages/containers.scm (libslirp): Update to 4.9.1. Change-Id: I356e7fc31aa4fa4256fa7466851d40529c292d58
This commit is contained in:
parent
11d242baf5
commit
ec8b557bab
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
|
|||
(define-public libslirp
|
||||
(package
|
||||
(name "libslirp")
|
||||
(version "4.7.0")
|
||||
(version "4.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -293,7 +293,7 @@ contents, and discovering ways to shrink the size of Docker/OCI image.")
|
|||
(url "https://gitlab.freedesktop.org/slirp/libslirp")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0dny8187a8qh6akaa37aa9b5pjxx88f02wh6achp4mygff0ipxba"))
|
||||
(base32 "1jlqda5k5wm0ql0fymkr3dbf1d71gxcj7896r8mz8s1i264gg8rh"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue