[PATCH] gnu: xen: Update to 4.14.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228124317.25133-1-vincent.legoll@gmail.com
* gnu/packages/virtualization.scm (xen): Update to 4.14.1.
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 99c37bc044..b723ae8881 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1780,7 +1780,7 @@ DOS or Microsoft Windows.")
(define-public xen
(package
(name "xen")
- (version "4.14.0")
+ (version "4.14.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1789,7 +1789,7 @@ DOS or Microsoft Windows.")
(file-name (git-file-name name version))
(sha256
(base32
- "1s06zhzmkm7wylrxhas5v0sg2ackmmyw01gvv67r9idml55i0dh5"))))
+ "1r90rvypw76ya9clqw5p02gm1k8hxz73f7gr95ca778nnzvb7xjw"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45499-done@debbugs.gnu.org)
X/DpVQVX9jL2buzx@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/w6VUACgkQQarn3Mo9
g1HHihAArGDD356J81rayCOMBesSgpvtPM/UwmqtyfIxNruIQPTgVxDLmS6KoGIK
P3n9wSQjfg5vYdeILH/ITPNDxWx9pPrz8RqNWM/PBSv3+5C5UClenEZ77TPptO5k
cNXKrIUCl+cEzMdqE2jQ/+j9/RgM6ko14KBdjIRyIvMKTECIyxlVEUeXKVHAoWcf
7dkjGpIiLenriwVi+rv15VeGtELNSk4EXBeN9mfQDnxETuxngsI8xdK+mR7XEdPS
HNAAMg7vSkcsKiW6gysCH3hIXtxfzTC7pZQH1M7mcaLMcPCDQePCl7cSxxM124ur
dgstLVeTk/3joQ5sGWu5kP7F2KIL3xpcVYAlfPFiuwAk4SMxymdIbcrsLaO87k30
GOHSQR+PMdFYjNcBnWO+lSZUvtKHjSXFx1e/sReE5BdtzZaB5L47Ajq9cOBNpvew
T7Xe69NMkygfVfW5eqcfu7qZDG65xaN+Fo/9iy8lyZ8ZaB6ks9qTyEr+ZPJkd57R
lsaRkrEcBS/6+bknyYoPPhzJAoPd21rBdM/R1MAbq/kyxPF76mNRUUhTork0cFwI
cChZWOhhqCuRKE9Ikh5IxmLHwc1t7/UQO74IgfkqRqzu10tiuZzwxGObZXAg6BPK
VkououY4HKA8rRdhI23VGqWJe6UNJ0KyL8TgEmTOh8i9YSJUnOE=
=8/Bl
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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