guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: containerd: Update to 1.2.2.


From: guix-commits
Subject: 06/06: gnu: containerd: Update to 1.2.2.
Date: Mon, 4 Feb 2019 03:41:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 26b7d23aa6e67955f74cb5bcfe33b6f222c9df83
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 4 02:01:22 2019 +0100

    gnu: containerd: Update to 1.2.2.
    
    * gnu/packages/docker.scm (containerd): Update to 1.2.2.
---
 gnu/packages/docker.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 18df9a4..cb7c16d 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 David Thompson <address@hidden>
 ;;; Copyright © 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -160,7 +161,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
 (define-public containerd
   (package
     (name "containerd")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
       (method git-fetch)
@@ -170,7 +171,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
       (file-name (git-file-name name version))
       (sha256
        (base32
-        "16zn6p1ky3yrgn53z8h9wza53ch91fj47wj5xgz6w4c57j30f66p"))))
+        "065snv0s3v3z0ghadlii4w78qnhchcbx2kfdrvm8fk8gb4pkx1ya"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/containerd/containerd"



reply via email to

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