[PATCH] gnu: slirp4netns: Update to 1.2.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
4c432a675525e76c5ade8867bb89f93d8311498f.1707821665.git.~@wolfsden.cz
* gnu/packages/containers.scm (slirp4netns): Update to 1.2.3.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a3aa9ac1db..aef4d0ed03 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -221,7 +221,7 @@ (define-public libslirp
(define-public slirp4netns
(package
(name "slirp4netns")
- (version "1.2.0")
+ (version "1.2.3")
(source
(origin
(method git-fetch)
@@ -229,7 +229,7 @@ (define-public slirp4netns
(url "https://github.com/rootless-containers/slirp4netns")
(commit (string-append "v" version))))
(sha256
- (base32 "1rlzwp5fx1x3q179j9s2jp02imjag5pgj333z110nrvi7azl22l8"))
+ (base32 "0czvdsdv821fz4jd9rgrlkdhhjna6frawr8klvx3k2cfh444fbii"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
--
2.41.0
Christopher Baines wrote 1 years ago
(name . Tomas Volf)(address . ~@wolfsden.cz)
87bk8j88yx.fsf@cbaines.net
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (7 lines)
> * gnu/packages/containers.scm (slirp4netns): Update to 1.2.3.
>
> Change-Id: I103b697069e631653e9063ee42456d0d0e898900
> ---
> gnu/packages/containers.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
b9868463f63bcaeb42cd1dcc869b3cfca440c8cf.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXMwZZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdTDw//Sqifb+/YIEvXZKPBk2/mUMo0cX5d8a2B
tUKSi1p7i6igboh96WaUS7+jQiz2qlb9hWMahWI7pjA+F2ltIhAtLIVUJSh//cmL
m7YV3cWW86M/2BB/20T0YtWkn39PeCXOQmnM24NIf3swOUhnNYhjAzpw7Oe+SPG7
bxLROdH+bDJ7g2AoWcCbG/G3NLLus2lLveGU1ZAoA4D6ivgEboZfIRzc2ySvY/cQ
/SuAeLi3iQJeEsJvS9InvP4QzN93UobdA2pkU3qG3rdpII7yzwU1aLiSoV5mE0Lo
1qqTsYupDXn+zxvIvVH2MWIdqvT5G5M9pjiYlYhr/x/mDfOw0W2phL8SXQwBq8M9
7Xz8xZMpVDV3/xvf0J51lsCoecafWrOlxW6uBkPCl5sER1sQ/zNIMkPvO4qmHN7I
kLDF0Hg5Jhm1AmsUBtUWhZjJkjJMm6nkzFmgJ3afgW1Ntwp+xcEJSyokYsmTj+yz
IBE8qwN+beZwSYfPhjzc8ic4WI6DPdfqw2BZGfa423u8V0626GGwp3g08SAJqQyl
RMFSmmcWleCDRHCpA0sAuXOeJpnpC+asFR6jmPu9MDezevLZwvZikEo1cvmNXg4w
zkFkcBk4/z4E+/ebv6VxY5d4DS8cyMH8XwBOIcvoKfdVegd84K2pwQhYNCFroJmM
EDOjDsU62cA=
=2nFl
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69099
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