Merge branch 'devel' into 'main'

url error

See merge request glicid-public/guix-glicid!43
This commit is contained in:
Yann Dupont 2022-05-23 09:32:48 +00:00
commit 7b7a1dc03f

View file

@ -14,7 +14,7 @@
(package
(inherit qemu)
(name "qemu-upstream")
(version "7.0")
(version "7.0.0")
(source
(origin
@ -23,7 +23,7 @@
version ".tar.xz"))
(sha256
(base32
"0iavlsy9hin8k38230j8lfmyipx3965zljls1dp34mmc8n75vqb8"))
"0fgq8szlc75ymgpxpkj47njqqiw65nxsl2wbg4188whzjp3pbczn"))
(patches (search-patches "qemu-build-info-manual.patch"
"qemu-fix-agent-paths.patch"))
(modules '((guix build utils)))