mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: osinfo-db: Update to 20200813.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20200813.
This commit is contained in:
parent
4b05e1a204
commit
989ebdc894
1 changed files with 2 additions and 2 deletions
|
@ -1995,14 +1995,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 "20200529")
|
(version "20200813")
|
||||||
(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
|
||||||
"0mbrf9j5wmjhc6jixvhp4jqyxixh1717lqrmzmipdg99xnzba81n"))))
|
"127lr4kvdy2b2lil7i0gbbxcf8vap0r6hxhnbmms4p7h2h0sdgri"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue