guix-commits
[Top][All Lists]
Advanced

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

167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0.


From: guix-commits
Subject: 167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0.
Date: Thu, 26 Sep 2024 06:43:32 -0400 (EDT)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 02b3444f70462e16955848b3e3ad8801ec7fa531
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:31:09 2024 +0100

    gnu: go-github-com-subosito-gotenv: Update to 1.6.0.
    
    * gnu/packages/golang.scm (go-github-com-subosito-gotenv): Update to 1.6.0.
    [propagated-inputs]: Add go-golang-org-x-text.
    
    Change-Id: I6010bdacf80eaf6aa2cf869844b2327124318580
---
 gnu/packages/golang.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 460a50a911..5a37ace650 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3351,7 +3351,7 @@ updating files, like @command{tail -f}.")
 (define-public go-github-com-subosito-gotenv
   (package
     (name "go-github-com-subosito-gotenv")
-    (version "1.2.0")
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -3361,12 +3361,14 @@ updating files, like @command{tail -f}.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5"))))
+         "0h7kb9mc67rl16kvls2d16pimdrz59l5x4l002qsv2p2766mpjif"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/subosito/gotenv"))
     (native-inputs
      (list go-github-com-stretchr-testify))
+    (propagated-inputs
+     (list go-golang-org-x-text))
     (home-page "https://github.com/subosito/gotenv";)
     (synopsis "Go library for loading environment variables from files")
     (description "Go library for loading environment variables from files")



reply via email to

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