guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: go-github-com-mitchellh-go-homedir: Update to 1.1.0.


From: guix-commits
Subject: 09/18: gnu: go-github-com-mitchellh-go-homedir: Update to 1.1.0.
Date: Tue, 26 May 2020 02:54:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c748f5262fa155e8986692c5cae7a584804d28ee
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 21:13:38 2020 +0300

    gnu: go-github-com-mitchellh-go-homedir: Update to 1.1.0.
    
    * gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir): Update
    to 1.1.0.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cd6054d..fa62a9a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2343,7 +2343,7 @@ statistics for wrapped connections.")
 (define-public go-github-com-mitchellh-go-homedir
   (package
     (name "go-github-com-mitchellh-go-homedir")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -2353,7 +2353,7 @@ statistics for wrapped connections.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq"))))
+         "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1"))))
     (build-system go-build-system)
     (arguments
      (quote (#:import-path "github.com/mitchellh/go-homedir"



reply via email to

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