1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: bochs: Update to 2.72.7.

* gnu/packages/virtualization.scm (bochs): Update to 2.72.7.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-05 00:54:42 +02:00
parent 264f84a87c
commit 321d1babaa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1810,14 +1810,14 @@ by default and can be made read-only.")
(define-public bochs (define-public bochs
(package (package
(name "bochs") (name "bochs")
(version "2.6.11") (version "2.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://sourceforge.net/projects/bochs/files/bochs/" (uri (string-append "https://sourceforge.net/projects/bochs/files/bochs/"
version "/bochs-" version ".tar.gz")) version "/bochs-" version ".tar.gz"))
(sha256 (sha256
(base32 "0ql8q6y1k356li1g9gbvl21448mlxphxxi6kjb2b3pxvzd0pp2b3")))) (base32 "0ymiwnfqg5npq2dk9ngidbbfn3qw8z6i491finhcaan7zldsn450"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no tests exist `(#:tests? #f)) ; no tests exist