guix-commits
[Top][All Lists]
Advanced

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

04/20: gnu: containerd: Update to 1.2.4.


From: guix-commits
Subject: 04/20: gnu: containerd: Update to 1.2.4.
Date: Tue, 19 Feb 2019 04:03:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6c77b5a9f7856d44e7405ff3fd6458629004d555
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 22:12:19 2019 +0100

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

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 8c2582a..7cb8f96 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -162,7 +162,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
 (define-public containerd
   (package
     (name "containerd")
-    (version "1.2.2")
+    (version "1.2.4")
     (source
      (origin
       (method git-fetch)
@@ -171,8 +171,7 @@ Python without keeping their credentials in a Docker 
configuration file.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32
-        "065snv0s3v3z0ghadlii4w78qnhchcbx2kfdrvm8fk8gb4pkx1ya"))))
+       (base32 "1rw7f0y3iv0mapxid1rgpns80dcy8nhgmxmw27x8qzrzic5viivy"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/containerd/containerd"



reply via email to

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