diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-05 13:45:44 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-27 11:16:12 +0900 |
| commit | 5b1f7552e2df9b718420da31017e319b067bddf1 (patch) | |
| tree | be44732de09dd004921ecce8fc34c68f84c86486 /gnu/packages/virtualization.scm | |
| parent | 476e0818c15f538297af724443e25faa77b08022 (diff) | |
gnu: qemu: Update to 10.2.0.
* gnu/packages/virtualization.scm (qemu): Update to 10.2.0.
* gnu/packages/patches/qemu-fix-agent-paths.patch: Update patch.
* gnu/packages/patches/qemu-fix-test-virtio-version.patch: Adjust for file
name change.
Relates-to: #2447
Change-Id: I26034baf660af802cf4a4646d3b303f949bb1f3f
Diffstat (limited to 'gnu/packages/virtualization.scm')
| -rw-r--r-- | gnu/packages/virtualization.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 9e81d8e8d59..40c5f463b70 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | ;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re> | 15 | ;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re> |
| 16 | ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> | 16 | ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> |
| 17 | ;;; Copyright © 2020, 2021, 2022 Marius Bakke <marius@gnu.org> | 17 | ;;; Copyright © 2020, 2021, 2022 Marius Bakke <marius@gnu.org> |
| 18 | ;;; Copyright © 2020-2025 Maxim Cournoyer <maxim@guixotic.coop> | 18 | ;;; Copyright © 2020-2026 Maxim Cournoyer <maxim@guixotic.coop> |
| 19 | ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org> | 19 | ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org> |
| 20 | ;;; Copyright © 2021 Leo Famulari <leo@famulari.name> | 20 | ;;; Copyright © 2021 Leo Famulari <leo@famulari.name> |
| 21 | ;;; Copyright © 2021, 2022 Pierre Langlois <pierre.langlois@gmx.com> | 21 | ;;; Copyright © 2021, 2022 Pierre Langlois <pierre.langlois@gmx.com> |
| @@ -201,14 +201,14 @@ | |||
| 201 | ;; Do not forget to update the various firmware used by QEMU, and sync the | 201 | ;; Do not forget to update the various firmware used by QEMU, and sync the |
| 202 | ;; configuration options used by the seabios-qemu package with those | 202 | ;; configuration options used by the seabios-qemu package with those |
| 203 | ;; provided by QEMU. | 203 | ;; provided by QEMU. |
| 204 | (version "10.1.0") | 204 | (version "10.2.0") |
| 205 | (source | 205 | (source |
| 206 | (origin | 206 | (origin |
| 207 | (method url-fetch) | 207 | (method url-fetch) |
| 208 | (uri (string-append "https://download.qemu.org/qemu-" | 208 | (uri (string-append "https://download.qemu.org/qemu-" |
| 209 | version ".tar.xz")) | 209 | version ".tar.xz")) |
| 210 | (sha256 | 210 | (sha256 |
| 211 | (base32 "0ldyh3qia7zwv0xq6f67cp567i6ma1hb11gsqaz3x9qcnm4p6lg0")) | 211 | (base32 "0fl8hlkngmm61h65822xxb6cyfbz56mx30hm01il8ywzicdssc4y")) |
| 212 | (patches (search-patches "qemu-build-info-manual.patch" | 212 | (patches (search-patches "qemu-build-info-manual.patch" |
| 213 | "qemu-fix-agent-paths.patch" | 213 | "qemu-fix-agent-paths.patch" |
| 214 | "qemu-fix-test-virtio-version.patch")) | 214 | "qemu-fix-test-virtio-version.patch")) |
