mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libx86emu: Update to 3.5.
* gnu/packages/virtualization.scm (libx86emu): Update to 3.5. [source]: Move hash above snippet.
This commit is contained in:
parent
c74f7d2571
commit
1586544611
1 changed files with 4 additions and 4 deletions
|
@ -441,7 +441,7 @@ (define (system->qemu-target system)
|
||||||
(define-public libx86emu
|
(define-public libx86emu
|
||||||
(package
|
(package
|
||||||
(name "libx86emu")
|
(name "libx86emu")
|
||||||
(version "3.4")
|
(version "3.5")
|
||||||
(home-page "https://github.com/wfeldt/libx86emu")
|
(home-page "https://github.com/wfeldt/libx86emu")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -451,6 +451,8 @@ (define-public libx86emu
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "11nj3y7maz9ch15b1c2b69gd8d7mpaha377zpdbvfsmg5w9zz93l"))
|
||||||
(modules
|
(modules
|
||||||
'((guix build utils)))
|
'((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -461,9 +463,7 @@ (define-public libx86emu
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("GIT2LOG.*=.*$") "")
|
(("GIT2LOG.*=.*$") "")
|
||||||
(("GITDEPS.*=.*$") "")
|
(("GITDEPS.*=.*$") "")
|
||||||
(("BRANCH.*=.*$") ""))))
|
(("BRANCH.*=.*$") ""))))))
|
||||||
(sha256
|
|
||||||
(base32 "0f8mwpgfyid26i9q77n2rlcr4zzc75jnjzmy2hc38gk3q71ijmwh"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in a new issue