gnu: skopeo: Update to 0.1.39.

* gnu/packages/virtualization.scm (skopeo): Update to 0.1.39.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-26 00:51:39 +02:00
parent 9610a422b0
commit 3c39dc680f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -939,7 +939,7 @@ (define-public umoci
(define-public skopeo
(package
(name "skopeo")
(version "0.1.28")
(version "0.1.39")
(source (origin
(method git-fetch)
(uri (git-reference
@ -948,7 +948,7 @@ (define-public skopeo
(file-name (git-file-name name version))
(sha256
(base32
"068nwrr3nr27alravcq1sxyhdd5jjr24213vdgn1dqva3885gbi0"))))
"1jkxmvh079pd9j4aa39ilmclwafnjs0yqdiigwh8cj7yf97x4vsi"))))
(build-system go-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))