mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: skopeo: Update to 1.15.2.
* gnu/packages/virtualization.scm (skopeo): Update to 1.15.2. Change-Id: I45baf61208792e71dff8d8e4b8f5bf4f591ed107 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
82322cadf8
commit
ca3744cf16
1 changed files with 2 additions and 2 deletions
|
@ -2321,7 +2321,7 @@ (define-public umoci
|
|||
(define-public skopeo
|
||||
(package
|
||||
(name "skopeo")
|
||||
(version "1.15.1")
|
||||
(version "1.15.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2330,7 +2330,7 @@ (define-public skopeo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fhw3jrbklpz7kb1kdwn2hg3v2jyyz30710wkd0wlpfz4fyzmzb6"))))
|
||||
"13y1fmv78hh5ycm7xlsg851y17s223q13b9srksnq6jcwgprqkm8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list go-1.21
|
||||
|
|
Loading…
Reference in a new issue