[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz.
From: |
guix-commits |
Subject: |
168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz. |
Date: |
Tue, 5 Nov 2024 16:05:14 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ab04f1a96f375ce7200f4bb5d86ec302daa8f9e1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:34:41 2024 +0100
gnu: go-github-com-subosito-gotenv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ic9733d34808da599536a34b33caad88707f8ebb7
---
gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
gnu/packages/golang.scm | 26 --------------------------
2 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6fcd649888..083da28694 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6931,6 +6931,33 @@ well as a program to generate applications and command
files.")
slices, JSON and other data.")
(license license:expat)))
+(define-public go-github-com-subosito-gotenv
+ (package
+ (name "go-github-com-subosito-gotenv")
+ (version "1.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/subosito/gotenv")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0h7kb9mc67rl16kvls2d16pimdrz59l5x4l002qsv2p2766mpjif"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #: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")
+ (license license:expat)))
+
(define-public go-github-com-syndtr-goleveldb
(package
(name "go-github-com-syndtr-goleveldb")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index acd125e9b9..5ac739ddd8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3375,32 +3375,6 @@ updating files, like @command{tail -f}.")
(description "Java properties scanner for Go")
(license license:bsd-2)))
-(define-public go-github-com-subosito-gotenv
- (package
- (name "go-github-com-subosito-gotenv")
- (version "1.6.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/subosito/gotenv")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "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")
- (license license:expat)))
-
(define-public go-github-com-sirupsen-logrus
(package
(name "go-github-com-sirupsen-logrus")
- 134/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., (continued)
- 134/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., guix-commits, 2024/11/05
- 136/172: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/11/05
- 137/172: gnu: go-github.com-smartystreets-assertions: Rename variable., guix-commits, 2024/11/05
- 143/172: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/11/05
- 144/172: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/11/05
- 150/172: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/11/05
- 153/172: gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build., guix-commits, 2024/11/05
- 162/172: gnu: Add go-github-com-matryer-is., guix-commits, 2024/11/05
- 165/172: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/11/05
- 166/172: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/11/05
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz.,
guix-commits <=
- 170/172: build/go: fix-embed-files: Adjust procedure docstring., guix-commits, 2024/11/05
- 152/172: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/11/05
- 171/172: gnu: go-1.22: Update to 1.22.7., guix-commits, 2024/11/05
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/11/05
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/05
- 148/172: gnu: trezord: Refresh package style., guix-commits, 2024/11/05
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/11/05
- 156/172: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/11/05
- 158/172: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/11/05
- 161/172: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/11/05