guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bochs: Update to 2.8.


From: guix-commits
Subject: branch master updated: gnu: bochs: Update to 2.8.
Date: Wed, 13 Nov 2024 14:36:04 -0500

This is an automated email from the git hooks/post-receive script.

avp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9aae575828 gnu: bochs: Update to 2.8.
9aae575828 is described below

commit 9aae575828f263d71fdb16efcaebe4d8e9de7e41
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Tue Oct 22 00:05:40 2024 +0300

    gnu: bochs: Update to 2.8.
    
    * gnu/packages/virtualization.scm (bochs): Update to 2.8.
    
    Change-Id: I3b16ca08abbdffa126ccd489ddf441459d6fcc51
    Reviewed-by: Ludovic Courtès <ludo@gnu.org>
---
 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 be1a72d4a9..5c9461745c 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2546,14 +2546,14 @@ by default and can be made read-only.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]