GNU bug report logs

#73941 [PATCH] gnu: bochs: Update to 2.8.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#73941; Package guix-patches. (Mon, 21 Oct 2024 21:07:02 GMT) (full text, mbox, link).


Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom@gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 21 Oct 2024 21:07:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: guix-patches@gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [PATCH] gnu: bochs: Update to 2.8.
Date: Tue, 22 Oct 2024 00:05:51 +0300
* 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





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Oct 22 22:24:35 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.