guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: libx86emu: Update to 3.5.


From: guix-commits
Subject: 03/06: gnu: libx86emu: Update to 3.5.
Date: Sat, 27 Nov 2021 22:17:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 15865446116971b786f9e44af39fe2194ce8c1f9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 17:42:13 2021 +0100

    gnu: libx86emu: Update to 3.5.
    
    * gnu/packages/virtualization.scm (libx86emu): Update to 3.5.
    [source]: Move hash above snippet.
---
 gnu/packages/virtualization.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 1817f6d..d29b5f4 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -441,7 +441,7 @@ server and embedded PowerPC, and S390 guests.")
 (define-public libx86emu
   (package
     (name "libx86emu")
-    (version "3.4")
+    (version "3.5")
     (home-page "https://github.com/wfeldt/libx86emu";)
     (source
      (origin
@@ -451,6 +451,8 @@ server and embedded PowerPC, and S390 guests.")
          (url home-page)
          (commit version)))
        (file-name (git-file-name name version))
+       (sha256
+        (base32 "11nj3y7maz9ch15b1c2b69gd8d7mpaha377zpdbvfsmg5w9zz93l"))
        (modules
         '((guix build utils)))
        (snippet
@@ -461,9 +463,7 @@ server and embedded PowerPC, and S390 guests.")
            (substitute* "Makefile"
              (("GIT2LOG.*=.*$") "")
              (("GITDEPS.*=.*$") "")
-             (("BRANCH.*=.*$") ""))))
-       (sha256
-        (base32 "0f8mwpgfyid26i9q77n2rlcr4zzc75jnjzmy2hc38gk3q71ijmwh"))))
+             (("BRANCH.*=.*$") ""))))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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