[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: docker, docker-cli: Update to 19.03.9.
From: |
guix-commits |
Subject: |
08/10: gnu: docker, docker-cli: Update to 19.03.9. |
Date: |
Fri, 5 Jun 2020 13:33:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 98a76dd8f3f0f367ac4f1513d36b95caa3159c46
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 5 18:47:00 2020 +0200
gnu: docker, docker-cli: Update to 19.03.9.
* gnu/packages/docker.scm (%docker-version): Update to 19.03.9.
(docker, docker-cli): Update hashes.
---
gnu/packages/docker.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index bf009a7..aeb43a6 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
@@ -47,7 +47,7 @@
#:use-module (gnu packages version-control)
#:use-module (gnu packages virtualization))
-(define %docker-version "19.03.7")
+(define %docker-version "19.03.9")
(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 "1sik109lxmiwgrsnvfip1nnal1xkh8z1mlvys6aknjyh29ll1iq8"))
+ (base32 "1a9hkprkix5d7lqi88r8svvfpzh1qbzw9nrkp11lxrcf9wdan4hg"))
(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 "164l33npy8acdbbrz8vcyiwx18vi55wwwikkasg0w43b5bdhz8sx"))))
+ (base32 "1599ff7699p3m925rdyfg7gl3cga6gy0lli7qh2ybyiw2kwf4gj9"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/docker/cli"
- branch master updated (6f07472 -> ba6d361), guix-commits, 2020/06/05
- 04/10: gnu: iproute2: Update to 5.7.0., guix-commits, 2020/06/05
- 02/10: gnu: fetchmail: Update to 6.4.6., guix-commits, 2020/06/05
- 06/10: gnu: strace: Update to 5.7., guix-commits, 2020/06/05
- 09/10: gnu: diffoscope: Remove redundant let binding., guix-commits, 2020/06/05
- 03/10: gnu: man-db: Update to 2.9.2., guix-commits, 2020/06/05
- 01/10: gnu: synapse: Update to 1.14.0., guix-commits, 2020/06/05
- 05/10: gnu: singular: Update to 4.1.3p1., guix-commits, 2020/06/05
- 10/10: gnu: diffoscope: Update to 146., guix-commits, 2020/06/05
- 08/10: gnu: docker, docker-cli: Update to 19.03.9.,
guix-commits <=
- 07/10: gnu: websocketpp: Update to 0.8.2., guix-commits, 2020/06/05