mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: osinfo-db-tools: Update to 1.10.0.
* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.10.0.
This commit is contained in:
parent
8258e88878
commit
534adad7ad
1 changed files with 2 additions and 2 deletions
|
@ -2435,7 +2435,7 @@ (define (filter-environment! filter-predicate
|
|||
(define-public osinfo-db-tools
|
||||
(package
|
||||
(name "osinfo-db-tools")
|
||||
(version "1.9.0")
|
||||
(version "1.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-tools-"
|
||||
|
@ -2443,7 +2443,7 @@ (define-public osinfo-db-tools
|
|||
|
||||
(sha256
|
||||
(base32
|
||||
"1h23a8nzdxjyvw44dwh903563n3b1z5skx8g0b1p1v5cif3iqpr5"))))
|
||||
"0s6ah44wbay7kb3l1ydr0r4ip335zgf6s12ghjjnww0nni9xsb40"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list libsoup-minimal-2 libxml2 libxslt json-glib libarchive))
|
||||
|
|
Loading…
Reference in a new issue