gnu: osinfo-db: Update to 20210809.

Fixes failures when attempting to download some images in gnome-boxes.

* gnu/packages/virtualization.scm (osinfo-db): Update to 20210809.
This commit is contained in:
Andrew Whatson 2021-08-20 22:16:59 +10:00 committed by Brice Waegeneire
parent 49339d2e68
commit 26878cb3d8
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -2073,14 +2073,14 @@ (define-public osinfo-db-tools
(define-public osinfo-db (define-public osinfo-db
(package (package
(name "osinfo-db") (name "osinfo-db")
(version "20201218") (version "20210809")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-" (uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ydbindwgw7kg861rqii5036gq0dbbbmv35dzrmmv937ddfsxwh0")))) "16gas6ahxwim1vdjlc4p1gm6q5gfy25h82ngykcm94x69sl6qsan"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:modules ((guix build utils))