gnu: osinfo-db: Update to 20200529.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20200529.
This commit is contained in:
parent
5c8a59e6b9
commit
16cf7d471c
1 changed files with 2 additions and 2 deletions
|
@ -1474,14 +1474,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 "20200203")
|
(version "20200529")
|
||||||
(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
|
||||||
"1zjq1dhlci00j17dij7s3l30hybzmaykpk5b6bd5xbllp745njn5"))))
|
"0mbrf9j5wmjhc6jixvhp4jqyxixh1717lqrmzmipdg99xnzba81n"))))
|
||||||
(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