mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
49339d2e68
commit
26878cb3d8
1 changed files with 2 additions and 2 deletions
|
@ -2073,14 +2073,14 @@ (define-public osinfo-db-tools
|
|||
(define-public osinfo-db
|
||||
(package
|
||||
(name "osinfo-db")
|
||||
(version "20201218")
|
||||
(version "20210809")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ydbindwgw7kg861rqii5036gq0dbbbmv35dzrmmv937ddfsxwh0"))))
|
||||
"16gas6ahxwim1vdjlc4p1gm6q5gfy25h82ngykcm94x69sl6qsan"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue