guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: xen: Update to 4.13.0.


From: guix-commits
Subject: branch master updated: gnu: xen: Update to 4.13.0.
Date: Tue, 14 Apr 2020 08:40:11 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 45c5409  gnu: xen: Update to 4.13.0.
45c5409 is described below

commit 45c54093d5d861fb2a34d45b922408e36fd49405
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Tue Apr 14 14:26:32 2020 +0200

    gnu: xen: Update to 4.13.0.
    
    * gnu/packages/virtualization.scm (xen): Update to 4.13.0.
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index bca3c91..c00f3ef 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1167,7 +1167,7 @@ DOS or Microsoft Windows.")
 (define-public xen
   (package
     (name "xen")
-    (version "4.11.1")
+    (version "4.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1176,7 +1176,7 @@ DOS or Microsoft Windows.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wv1hyfii14vi9lfjmnv07h2gpm3b7kvh2p55f4yy2b40simksgk"))))
+                "0py50n995gv909i0d1lfdcj9wcp5g1d5z6m2291jqqlfyany138g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]