mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: umoci: Update to 0.4.4.
* gnu/packages/virtualization.scm (umoci): Update to 0.4.4.
This commit is contained in:
parent
6fd72f7094
commit
9d58e8819f
1 changed files with 2 additions and 2 deletions
|
@ -904,7 +904,7 @@ (define-public runc
|
|||
(define-public umoci
|
||||
(package
|
||||
(name "umoci")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -913,7 +913,7 @@ (define-public umoci
|
|||
(file-name (string-append "umoci-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hy3gcs8z25153qpw4rk2lispfaf2c90hv1q64xwyjxn22j9ayy9"))))
|
||||
"1wchmha5k2f370jfijmx9fqp0cp99zfa9ajmfbq3j24qc8p5k8lk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/openSUSE/umoci"
|
||||
|
|
Loading…
Reference in a new issue