summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-05-25 21:13:38 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-05-26 09:54:34 +0300
commitc748f5262fa155e8986692c5cae7a584804d28ee (patch)
tree7738b152c36d3c5774824708d70fe5f744e09ec5
parent2de39dc723545e2e3dee9e8ef6a5f55db335c958 (diff)
downloadguix-c748f5262fa155e8986692c5cae7a584804d28ee.tar.gz
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.
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cd6054de8c..fa62a9ad15 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"