mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: Add osinfo-db-next.
* gnu/packages/virtualization.scm (osinfo-db-next): New variable.
This commit is contained in:
parent
3466c055e6
commit
63c2995041
1 changed files with 13 additions and 0 deletions
|
@ -2258,6 +2258,19 @@ (define-public osinfo-db
|
||||||
use with virtualization provisioning tools")
|
use with virtualization provisioning tools")
|
||||||
(license license:lgpl2.0+)))
|
(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
|
(define-public python-transient
|
||||||
(package
|
(package
|
||||||
(name "python-transient")
|
(name "python-transient")
|
||||||
|
|
Loading…
Reference in a new issue