This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b42bb5c gnu: docker: Update to 19.03.13.
b42bb5c is described below
commit b42bb5ca6c8a1485ad9115b7773e1da0360c76c0
Author: Oleg Pykhalov <[email protected]>
AuthorDate: Mon Feb 8 03:25:58 2021 +0300
gnu: docker: Update to 19.03.13.
* gnu/packages/docker.scm (docker, docker-cli): Update to 19.03.13.
---
gnu/packages/docker.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 9509860..eb09280 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2020 Michael Rohleder <[email protected]>
;;; Copyright © 2020 Katherine Cox-Buday <[email protected]>
;;; Copyright © 2020 Jesse Dowell <[email protected]>
+;;; Copyright © 2021 Oleg Pykhalov <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -51,7 +52,7 @@
;; Note - when changing Docker versions it is important to update the versions
;; of several associated packages (docker-libnetwork and go-sctp).
-(define %docker-version "19.03.12")
+(define %docker-version "19.03.13")
(define-public python-docker
(package
@@ -319,7 +320,7 @@ built-in registry server of Docker.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dj6llfcgcbpq9q9j6b4wb0anbn1g5wzm8ikq2lyhg54i3154m93"))
+ (base32 "1mg3jjisdbqrqrrhyslj3715lslial2kcgjrpprb6q63i52963gj"))
(patches
(search-patches "docker-fix-tests.patch"))))
(build-system gnu-build-system)
@@ -610,7 +611,7 @@ provisioning etc.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1bynmnaykhh1m42v6bxparlpm9kajpqsvlrlwgz1b9ivcklf5ik6"))))
+ (base32 "0wm5x8b8jll78h2zzncfdpxj0y3gv571z0nd39f036wsy7r23dsi"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/docker/cli"