mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: skopeo: Update to 0.1.40.
* gnu/packages/virtualization.scm (skopeo): Update to 0.1.40.
This commit is contained in:
parent
02511196d9
commit
e8156383c6
1 changed files with 2 additions and 2 deletions
|
@ -975,7 +975,7 @@ (define-public umoci
|
|||
(define-public skopeo
|
||||
(package
|
||||
(name "skopeo")
|
||||
(version "0.1.39")
|
||||
(version "0.1.40")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -984,7 +984,7 @@ (define-public skopeo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jkxmvh079pd9j4aa39ilmclwafnjs0yqdiigwh8cj7yf97x4vsi"))))
|
||||
"1bagirzdzjhicn5dr691092ac3q6lhz3xngjzgqiqkxnvpz7p6cn"))))
|
||||
(build-system go-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue