guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: docker-cli: Fix source hash.


From: guix-commits
Subject: branch master updated: gnu: docker-cli: Fix source hash.
Date: Wed, 10 Mar 2021 22:37:59 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d74b66  gnu: docker-cli: Fix source hash.
9d74b66 is described below

commit 9d74b66de78686e5affaf6d7882becd003d3c49a
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 11 04:36:22 2021 +0100

    gnu: docker-cli: Fix source hash.
    
    This is a follow-up to commit 83cda00bc62d665f05d37d07c78a1c4eab5297f0.
    
    * gnu/packages/docker.scm (docker-cli): Fix source hash caused by cascading
    %docker-version variable changes.
---
 gnu/packages/docker.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 28bf2af..5c6292c 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -611,7 +611,7 @@ provisioning etc.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "0wm5x8b8jll78h2zzncfdpxj0y3gv571z0nd39f036wsy7r23dsi"))))
+       (base32 "1asapjj8brvbkd5irgdq82fx1ihrc14qaq30jxvjwflfm5yb7lv0"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/docker/cli"



reply via email to

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