gnu: umoci: Update to 0.4.2.

* gnu/packages/virtualization.scm (umoci): Update to 0.4.2.
master
Tobias Geerinckx-Rice 2018-09-13 19:26:13 +02:00
parent 56f3b85bd3
commit c924fe38dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -873,7 +873,7 @@ Open Container Initiative specification.")
(define-public umoci
(package
(name "umoci")
(version "0.4.0")
(version "0.4.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -882,7 +882,7 @@ Open Container Initiative specification.")
(file-name (string-append "umoci-" version ".tar.xz"))
(sha256
(base32
"0hg7hs4dagj2fgymm4b4s68k1v2k2093s3jg0d94j0ixhfmyg9nd"))))
"1rq5jxcss9cmy05x9b2kh9ld57ribi8hgnx2w67jpmf343b83m4q"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/openSUSE/umoci"