diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-13 09:10:55 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-13 14:58:19 +0900 |
| commit | 66bdf01a27eeaa01d26195be0463dcf4231104ab (patch) | |
| tree | 52a97279fdbe28c57e895f6e835ff437867958f8 /gnu/packages/virtualization.scm | |
| parent | 5c9626bb36cd595fe9bd71eaef249888448bbe87 (diff) | |
gnu: qemu: Update to 10.2.1.
* gnu/packages/virtualization.scm (qemu): Update to 10.2.1.
Change-Id: I6d8f336dc4ca8c9fe43f9f804e91eba2809bb17c
Diffstat (limited to 'gnu/packages/virtualization.scm')
| -rw-r--r-- | gnu/packages/virtualization.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index c6a3fb8a935..d4a6016f08a 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -203,14 +203,14 @@ | |||
| 203 | ;; Do not forget to update the various firmware used by QEMU, and sync the | 203 | ;; Do not forget to update the various firmware used by QEMU, and sync the |
| 204 | ;; configuration options used by the seabios-qemu package with those | 204 | ;; configuration options used by the seabios-qemu package with those |
| 205 | ;; provided by QEMU. | 205 | ;; provided by QEMU. |
| 206 | (version "10.2.0") | 206 | (version "10.2.1") |
| 207 | (source | 207 | (source |
| 208 | (origin | 208 | (origin |
| 209 | (method url-fetch) | 209 | (method url-fetch) |
| 210 | (uri (string-append "https://download.qemu.org/qemu-" | 210 | (uri (string-append "https://download.qemu.org/qemu-" |
| 211 | version ".tar.xz")) | 211 | version ".tar.xz")) |
| 212 | (sha256 | 212 | (sha256 |
| 213 | (base32 "0fl8hlkngmm61h65822xxb6cyfbz56mx30hm01il8ywzicdssc4y")) | 213 | (base32 "1qf9j6cnh9ycs33dmrm1bas3wafkdh7w5yzz1dilvj72v1vp8wd3")) |
| 214 | (patches (search-patches "qemu-build-info-manual.patch" | 214 | (patches (search-patches "qemu-build-info-manual.patch" |
| 215 | "qemu-fix-agent-paths.patch" | 215 | "qemu-fix-agent-paths.patch" |
| 216 | "qemu-fix-test-virtio-version.patch")) | 216 | "qemu-fix-test-virtio-version.patch")) |
