mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: osinfo-db-tools: Update to 1.8.0.
* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.8.0.
This commit is contained in:
parent
9605af1acd
commit
5c8a59e6b9
1 changed files with 2 additions and 2 deletions
|
@ -1440,7 +1440,7 @@ (define (filter-environment! filter-predicate
|
|||
(define-public osinfo-db-tools
|
||||
(package
|
||||
(name "osinfo-db-tools")
|
||||
(version "1.7.0")
|
||||
(version "1.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-tools-"
|
||||
|
@ -1448,7 +1448,7 @@ (define-public osinfo-db-tools
|
|||
|
||||
(sha256
|
||||
(base32
|
||||
"08x8mrafphyll0d35xdc143rip3ahrz6bmzhc85nwhq7yk2vxpab"))))
|
||||
"038q3gzdbkfkhpicj0755mw1q4gbvn57pslpw8n2dp3lds9im0g9"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
`(("libsoup" ,libsoup)
|
||||
|
|
Loading…
Reference in a new issue