[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: Add go-github-com-antihax-optional.
From: |
guix-commits |
Subject: |
08/08: gnu: Add go-github-com-antihax-optional. |
Date: |
Tue, 10 Dec 2024 18:20:06 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit cde0ff4112e64ed76a90602ac8a82d46bf0566e2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 10 23:12:24 2024 +0000
gnu: Add go-github-com-antihax-optional.
* gnu/packages/golang-xyz.scm (go-github-com-antihax-optional): New
variable.
Change-Id: Ieff78f711d339c1a8297bed3ec29b85c9eb994c0
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0027ffa3b5..940b7bcdf3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -907,6 +907,29 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom
filter.")
commands.")
(license license:expat)))
+(define-public go-github-com-antihax-optional
+ (package
+ (name "go-github-com-antihax-optional")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/antihax/optional")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ix08vl49qxr58rc6201cl97g1yznhhkwvqldslawind99js4rj0"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/antihax/optional"))
+ (home-page "https://github.com/antihax/optional")
+ (synopsis "Optional parameters for Golang")
+ (description
+ "This package implements optimal parameters for data-types.")
+ (license license:expat)))
+
(define-public go-github-com-arceliar-phony
(package
(name "go-github-com-arceliar-phony")
- branch go-team updated (6f0c1a439b -> cde0ff4112), guix-commits, 2024/12/10
- 03/08: gnu: Add protoc-gen-go., guix-commits, 2024/12/10
- 01/08: gnu: Add go-software-sslmate-com-src-go-pkcs12n., guix-commits, 2024/12/10
- 04/08: gnu: Add go-github-com-iancoleman-strcase., guix-commits, 2024/12/10
- 05/08: gnu: Add go-github-com-tetratelabs-wazero., guix-commits, 2024/12/10
- 08/08: gnu: Add go-github-com-antihax-optional.,
guix-commits <=
- 07/08: gnu: kubo: Undundle more packages., guix-commits, 2024/12/10
- 06/08: gnu: Add go-github-com-ceramicnetwork-go-dag-jose., guix-commits, 2024/12/10
- 02/08: gnu: Add go-github-com-tetratelabs-wabin., guix-commits, 2024/12/10