* [bug#73941] [PATCH] gnu: bochs: Update to 2.8.
@ 2024-10-21 21:05 Artyom V. Poptsov
2024-11-12 23:04 ` Ludovic Courtès
2024-11-13 19:38 ` bug#73941: " Artyom V. Poptsov
0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-10-21 21:05 UTC (permalink / raw)
To: 73941; +Cc: Artyom V. Poptsov
* gnu/packages/virtualization.scm (bochs): Update to 2.8.
Change-Id: I3b16ca08abbdffa126ccd489ddf441459d6fcc51
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 776acdfe06..3ce858de00 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2545,14 +2545,14 @@ (define-public bubblewrap
(define-public bochs
(package
(name "bochs")
- (version "2.7")
+ (version "2.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://sourceforge.net/projects/bochs/files/bochs/"
version "/bochs-" version ".tar.gz"))
(sha256
- (base32 "0ymiwnfqg5npq2dk9ngidbbfn3qw8z6i491finhcaan7zldsn450"))))
+ (base32 "0n80v8wjd9i3rhc51sq7n7xw2paz7g1scsrmkxx1yhfqyypi6nx8"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no tests exist
base-commit: 59b2a60d0041882d732e1766e28f0df5a1ef1ac1
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-13 19:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 21:05 [bug#73941] [PATCH] gnu: bochs: Update to 2.8 Artyom V. Poptsov
2024-11-12 23:04 ` Ludovic Courtès
2024-11-13 19:38 ` bug#73941: " Artyom V. Poptsov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).