guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: docker: Update to 19.03.13.


From: guix-commits
Subject: branch master updated: gnu: docker: Update to 19.03.13.
Date: Sun, 07 Feb 2021 19:28:08 -0500

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 <go.wigust@gmail.com>
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 <mike@rohleder.de>
 ;;; Copyright © 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com>
 ;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
+;;; Copyright © 2021 Oleg Pykhalov <go.wigust@gmail.com>
 ;;;
 ;;; 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]