gnu: umoci: Update to 0.4.5.
* gnu/packages/virtualization.scm (umoci): Update to 0.4.5.
This commit is contained in:
parent
def6eed5b9
commit
0ccd3c98a6
1 changed files with 2 additions and 2 deletions
|
@ -961,7 +961,7 @@ Open Container Initiative specification.")
|
||||||
(define-public umoci
|
(define-public umoci
|
||||||
(package
|
(package
|
||||||
(name "umoci")
|
(name "umoci")
|
||||||
(version "0.4.4")
|
(version "0.4.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -970,7 +970,7 @@ Open Container Initiative specification.")
|
||||||
(file-name (string-append "umoci-" version ".tar.xz"))
|
(file-name (string-append "umoci-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wchmha5k2f370jfijmx9fqp0cp99zfa9ajmfbq3j24qc8p5k8lk"))))
|
"0x1yyvpllz6fyy9xip6f7b6c94v984n3faf8p50fr9y4ygkgi15a"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/openSUSE/umoci"
|
'(#:import-path "github.com/openSUSE/umoci"
|
||||||
|
|
Reference in a new issue