[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65645] [PATCH 1/3] gnu: qemu: Update to 7.2.4.
From: |
Maxim Cournoyer |
Subject: |
[bug#65645] [PATCH 1/3] gnu: qemu: Update to 7.2.4. |
Date: |
Thu, 31 Aug 2023 22:59:47 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi André,
André Batista <nandre@riseup.net> writes:
> Hi Maxim!
>
> qui 31 ago 2023 às 00:45:26 (1693453526), maxim.cournoyer@gmail.com enviou:
>> * gnu/packages/virtualization.scm (qemu): Update to 7.2.4.
>
> [...]
>
>> --- a/gnu/packages/virtualization.scm
>> +++ b/gnu/packages/virtualization.scm
>> @@ -15,7 +15,7 @@
>> ;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
>> ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
>> ;;; Copyright © 2020, 2021, 2022 Marius Bakke <marius@gnu.org>
>> -;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
>> +;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer
>> <maxim.cournoyer@gmail.com>
>> ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
>> ;;; Copyright © 2021 Leo Famulari <leo@famulari.name>
>> ;;; Copyright © 2021, 2022 Pierre Langlois <pierre.langlois@gmx.com>
>> @@ -164,16 +164,15 @@ (define (qemu-patch commit file-name sha256-bv)
>> (define-public qemu
>> (package
>> (name "qemu")
>> - (version "7.2.4")
>> + (version "8.1.0")
>
> I did not test this patch yet, but there is a typo on the commit
> message since you are actually upgrading to 8.1.0 _from_ 7.2.4.
Oh indeed! I've fixed it in my local branch, thanks!
--
Thanks,
Maxim