From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 73941@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#73941] [PATCH] gnu: bochs: Update to 2.8.
Date: Tue, 22 Oct 2024 00:05:51 +0300 [thread overview]
Message-ID: <cd86ccb813c0395b016dd1c175ba4b080e454a7a.1729544751.git.poptsov.artyom@gmail.com> (raw)
* 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
next reply other threads:[~2024-10-21 21:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-21 21:05 Artyom V. Poptsov [this message]
2024-11-12 23:04 ` [bug#73941] [PATCH] gnu: bochs: Update to 2.8 Ludovic Courtès
2024-11-13 19:38 ` bug#73941: " Artyom V. Poptsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cd86ccb813c0395b016dd1c175ba4b080e454a7a.1729544751.git.poptsov.artyom@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=73941@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.