[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: docker, docker-cli: Update to 19.03.11.
From: |
guix-commits |
Subject: |
06/06: gnu: docker, docker-cli: Update to 19.03.11. |
Date: |
Sun, 7 Jun 2020 14:08:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c6f557636abc1131e0d3f02a191bc644a4647c73
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 22:13:48 2020 +0200
gnu: docker, docker-cli: Update to 19.03.11.
* gnu/packages/docker.scm (%docker-version): Update to 19.03.11.
(docker, docker-cli): Update hashes.
---
gnu/packages/docker.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index aeb43a6..cdde807 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -47,7 +47,7 @@
#:use-module (gnu packages version-control)
#:use-module (gnu packages virtualization))
-(define %docker-version "19.03.9")
+(define %docker-version "19.03.11")
(define-public python-docker-py
(package
@@ -314,7 +314,7 @@ built-in registry server of Docker.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1a9hkprkix5d7lqi88r8svvfpzh1qbzw9nrkp11lxrcf9wdan4hg"))
+ (base32 "1pmbggxbazipl24hxiaccbj32379zv79xba76l78v5131ihx922h"))
(patches
(search-patches "docker-fix-tests.patch"))))
(build-system gnu-build-system)
@@ -592,7 +592,7 @@ provisioning etc.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1599ff7699p3m925rdyfg7gl3cga6gy0lli7qh2ybyiw2kwf4gj9"))))
+ (base32 "1y9ymv70r1hndblr64h19q34arxl2f3dqqi2qcrai5zfimcml6lr"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/docker/cli"
- branch master updated (8d7efc7 -> c6f5576), guix-commits, 2020/06/07
- 03/06: gnu: libgit2: Update to 1.0.1., guix-commits, 2020/06/07
- 01/06: gnu: wireguard-linux-compat: Update to 1.0.20200520., guix-commits, 2020/06/07
- 04/06: gnu: python-mwclient: Update to 0.10.1., guix-commits, 2020/06/07
- 06/06: gnu: docker, docker-cli: Update to 19.03.11.,
guix-commits <=
- 02/06: gnu: s6-portable-utils: Update to 2.2.2.3., guix-commits, 2020/06/07
- 05/06: gnu: qwt: Update to 6.1.5., guix-commits, 2020/06/07