gnu: Add osinfo-db-next.

* gnu/packages/virtualization.scm (osinfo-db-next): New variable.
This commit is contained in:
Mathieu Othacehe 2021-11-27 13:42:56 +01:00
parent 3466c055e6
commit 63c2995041
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2258,6 +2258,19 @@ (define-public osinfo-db
use with virtualization provisioning tools")
(license license:lgpl2.0+)))
;; XXX: Support for guix-1.3 has been added upstream but no release were
;; created. Remove it when a new osinfo-db release is out.
(define-public osinfo-db-next
(package
(inherit osinfo-db)
(version "20211127")
(source (origin
(method url-fetch)
(uri "https://othacehe.org/work/osinfo-db-20211127.tar.xz")
(sha256
(base32
"0kvgdsvpm51a6vqs4k6zmdbc5vvj8mnsgm4pa7h79d9gg244gb3s"))))))
(define-public python-transient
(package
(name "python-transient")