[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65965] [PATCH 28/33] gnu: Add go-github-com-inconshreveable-mousetr
From: |
Edouard Klein |
Subject: |
[bug#65965] [PATCH 28/33] gnu: Add go-github-com-inconshreveable-mousetrap. |
Date: |
Thu, 14 Sep 2023 09:09:35 +0200 |
* gnu/packages/golang.scm (go-github-com-inconshreveable-mousetrap): New
variable.
---
gnu/packages/golang.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1c5a72a0ac..873afbf7dd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -13768,6 +13768,27 @@ (define-public
go-github-com-shurcool-go-importgraphutil
(description "Common Go code.")
(license license:expat)))
+(define-public go-github-com-inconshreveable-mousetrap
+ (package
+ (name "go-github-com-inconshreveable-mousetrap")
+ (version "1.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/inconshreveable/mousetrap")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "14gjpvwgx3hmbd92jlwafgibiak2jqp25rq4q50cq89w8wgmhsax"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/inconshreveable/mousetrap"))
+ (home-page "https://github.com/inconshreveable/mousetrap")
+ (synopsis "mousetrap")
+ (description "mousetrap is a tiny library that answers a single question.")
+ (license license:asl2.0)))
+
(define-public go-github-com-vishvananda-netlink
(package
(name "go-github-com-vishvananda-netlink")
--
2.40.1
[bug#65958] [PATCH 17/33] gnu: Add go-github-com-klauspost-pgzip., Edouard Klein, 2023/09/14
[bug#65959] [PATCH 20/33] gnu: go-golang-org-x-sys: Update to 0.12.0., Edouard Klein, 2023/09/14
[bug#65962] [PATCH 27/33] gnu: Add go-github-com-shurcool-go-importgraphutil., Edouard Klein, 2023/09/14
[bug#65965] [PATCH 28/33] gnu: Add go-github-com-inconshreveable-mousetrap.,
Edouard Klein <=
[bug#65960] [PATCH 25/33] gnu: Add go-github-com-neelance-astrewrite., Edouard Klein, 2023/09/14
[bug#65963] [PATCH 33/33] gnu: Add go-github-com-hugelgupf-p9-cmd-p9ufs., Edouard Klein, 2023/09/14
[bug#65966] [PATCH 24/33] gnu: Add go-github-com-jsimonetti-rtnetlink., Edouard Klein, 2023/09/14
[bug#65961] [PATCH 22/33] gnu: Add go-github-com-cilium-ebpf., Edouard Klein, 2023/09/14
[bug#65964] [PATCH 26/33] gnu: Add go-github-com-neelance-sourcemap., Edouard Klein, 2023/09/14