gnu: libx86emu: Update to 3.4.

* gnu/packages/virtualization.scm (libx86emu): Update to 3.4.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-08 22:45:16 +01:00
parent a2d0bee323
commit 704c23cbef
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -441,7 +441,7 @@ server and embedded PowerPC, and S390 guests.")
(define-public libx86emu
(package
(name "libx86emu")
(version "3.1")
(version "3.4")
(home-page "https://github.com/wfeldt/libx86emu")
(source
(origin
@ -461,10 +461,9 @@ server and embedded PowerPC, and S390 guests.")
(substitute* "Makefile"
(("GIT2LOG.*=.*$") "")
(("GITDEPS.*=.*$") "")
(("BRANCH.*=.*$") ""))
#t))
(("BRANCH.*=.*$") ""))))
(sha256
(base32 "104xqc6nj9rpi7knl3dfqvasf087hlz2n5yndb1iycw35a6j509b"))))
(base32 "0f8mwpgfyid26i9q77n2rlcr4zzc75jnjzmy2hc38gk3q71ijmwh"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"