guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: bochs: Update to 2.72.7.


From: guix-commits
Subject: 04/04: gnu: bochs: Update to 2.72.7.
Date: Sat, 4 Sep 2021 19:05:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 321d1babaa7f8692865a559358a17b51d6a0d348
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 5 00:54:42 2021 +0200

    gnu: bochs: Update to 2.72.7.
    
    * gnu/packages/virtualization.scm (bochs): Update to 2.72.7.
---
 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 e952c00..3470021 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1810,14 +1810,14 @@ by default and can be made read-only.")
 (define-public bochs
   (package
     (name "bochs")
-    (version "2.6.11")
+    (version "2.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://sourceforge.net/projects/bochs/files/bochs/";
                            version "/bochs-" version ".tar.gz"))
        (sha256
-        (base32 "0ql8q6y1k356li1g9gbvl21448mlxphxxi6kjb2b3pxvzd0pp2b3"))))
+        (base32 "0ymiwnfqg5npq2dk9ngidbbfn3qw8z6i491finhcaan7zldsn450"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests exist



reply via email to

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