mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: bochs: Update to 2.72.7.
* gnu/packages/virtualization.scm (bochs): Update to 2.72.7.
This commit is contained in:
parent
264f84a87c
commit
321d1babaa
1 changed files with 2 additions and 2 deletions
|
@ -1810,14 +1810,14 @@ (define-public bubblewrap
|
|||
(define-public bochs
|
||||
(package
|
||||
(name "bochs")
|
||||
(version "2.6.11")
|
||||
(version "2.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://sourceforge.net/projects/bochs/files/bochs/"
|
||||
version "/bochs-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ql8q6y1k356li1g9gbvl21448mlxphxxi6kjb2b3pxvzd0pp2b3"))))
|
||||
(base32 "0ymiwnfqg5npq2dk9ngidbbfn3qw8z6i491finhcaan7zldsn450"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests exist
|
||||
|
|
Loading…
Reference in a new issue