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
|
(define-public libslirp
|
||||||
(package
|
(package
|
||||||
(name "libslirp")
|
(name "libslirp")
|
||||||
(version "4.7.0")
|
(version "4.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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")
|
(url "https://gitlab.freedesktop.org/slirp/libslirp")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dny8187a8qh6akaa37aa9b5pjxx88f02wh6achp4mygff0ipxba"))
|
(base32 "1jlqda5k5wm0ql0fymkr3dbf1d71gxcj7896r8mz8s1i264gg8rh"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue