gnu: umoci: Update to 0.4.6.

* gnu/packages/virtualization.scm (umoci): Update to 0.4.6.
[source, arguments]: Update import path.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-30 10:42:23 +02:00
parent 02583de9fe
commit 3468737c21
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1024,19 +1024,19 @@ (define-public runc
(define-public umoci (define-public umoci
(package (package
(name "umoci") (name "umoci")
(version "0.4.5") (version "0.4.6")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method url-fetch)
"https://github.com/openSUSE/umoci/releases/download/v" (uri (string-append
version "/umoci.tar.xz")) "https://github.com/opencontainers/umoci/releases/download/v"
(file-name (string-append "umoci-" version ".tar.xz")) version "/umoci.tar.xz"))
(sha256 (file-name (string-append "umoci-" version ".tar.xz"))
(base32 (sha256
"0x1yyvpllz6fyy9xip6f7b6c94v984n3faf8p50fr9y4ygkgi15a")))) (base32 "06q7xfwnqysc013hapx31jhlzmyg8qb467qfkynj673qc7p9bd6h"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/openSUSE/umoci" '(#:import-path "github.com/opencontainers/umoci"
#:install-source? #f #:install-source? #f
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases