mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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
|
(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))
|
||||||
|
|
Loading…
Reference in a new issue