me
/
guix
Archived
1
0
Fork 0

gnu: libx86emu: Update to 3.5.

* gnu/packages/virtualization.scm (libx86emu): Update to 3.5.
[source]: Move hash above snippet.
master
Tobias Geerinckx-Rice 2021-11-27 17:42:13 +01:00
parent c74f7d2571
commit 1586544611
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -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"