gnu: osinfo-db: Update to 20230518.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20230518.
This commit is contained in:
parent
534adad7ad
commit
1c37764532
1 changed files with 2 additions and 2 deletions
|
@ -2465,14 +2465,14 @@ administrators and developers in managing the database.")
|
||||||
(define-public osinfo-db
|
(define-public osinfo-db
|
||||||
(package
|
(package
|
||||||
(name "osinfo-db")
|
(name "osinfo-db")
|
||||||
(version "20220516")
|
(version "20230518")
|
||||||
(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
|
||||||
"0vfsdk3c6n6y04c5rf92m31zvl969kaniyx2fqywbp69mzc6j3yn"))))
|
"0vfch55xgz1p16sv84ahb59apg8j7n8p4kxv0rq7rw7jwk65pv6a"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Reference in a new issue