guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: containerd: Update to 1.2.5.


From: guix-commits
Subject: 02/02: gnu: containerd: Update to 1.2.5.
Date: Thu, 14 Mar 2019 18:21:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a333cbf19490c3c9bea3250a074d72b7d5cab97a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 14 23:16:37 2019 +0100

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

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index f83da12..88fc7fc 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.4")
+    (version "1.2.5")
     (source
      (origin
       (method git-fetch)
@@ -171,7 +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 "1rw7f0y3iv0mapxid1rgpns80dcy8nhgmxmw27x8qzrzic5viivy"))))
+       (base32 "0npbzixf3c0jvzm159vygvkydrr8h36c9sq50yv0mdinrys2bvg0"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/containerd/containerd"



reply via email to

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