mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: bochs: Update to 2.6.11.
* gnu/packages/virtualization.scm (bochs): Update to 2.6.11.
This commit is contained in:
parent
31f41dbc1c
commit
f17bd3c646
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
;;; Copyright © 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
||||||
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
|
;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
|
||||||
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
|
||||||
|
@ -1150,17 +1150,17 @@ by default and can be made read-only.")
|
||||||
(define-public bochs
|
(define-public bochs
|
||||||
(package
|
(package
|
||||||
(name "bochs")
|
(name "bochs")
|
||||||
(version "2.6.10")
|
(version "2.6.11")
|
||||||
(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 "1c3mw4b8wrjf8z44fvhycs95j1wd1c0b4khcv63giiia5j5q0gvj"))))
|
(base32 "0ql8q6y1k356li1g9gbvl21448mlxphxxi6kjb2b3pxvzd0pp2b3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No tests exist
|
`(#:tests? #f)) ; no tests exist
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxrandr" ,libxrandr)))
|
`(("libxrandr" ,libxrandr)))
|
||||||
(home-page "http://bochs.sourceforge.net/")
|
(home-page "http://bochs.sourceforge.net/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue