[PATCH] gnu: bochs: Update to 2.8.

  • Open
  • quality assurance status badge
Details
2 participants
  • Nicolas Graves
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal
A
A
Artyom V. Poptsov wrote on 21 Oct 23:05 +0200
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
cd86ccb813c0395b016dd1c175ba4b080e454a7a.1729544751.git.poptsov.artyom@gmail.com
* gnu/packages/virtualization.scm (bochs): Update to 2.8.

Change-Id: I3b16ca08abbdffa126ccd489ddf441459d6fcc51
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
N
N
Nicolas Graves wrote 35 hours ago
tag 73941 easy
(address . control@debbugs.gnu.org)
87plncvxja.fsf@ngraves.fr
tags 73941 + easy
quit

--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73941@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73941
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch