guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b634112df9a80e4fb3c241c6339dd8be68ca86a7
Author: Patrick Norton <[email protected]>
AuthorDate: Tue Jan 6 08:38:55 2026 -0500
gnu: Add go-github-com-aleksi-pointer.
* gnu/packages/golang-xyz.scm (go-github-com-aleksi-pointer): New
variable.
Change-Id: I05e3fdbade711af55fd51ae9f37c8180ba14f44e
Relates-to: guix/guix!5417
Reviewed-by: Arthur Rodrigues <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5df677b725..add0d85e0c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1761,6 +1761,30 @@ strings for a safe use as command line arguments in the
most common POSIX
shells.")
(license license:expat)))
+(define-public go-github-com-aleksi-pointer
+ (package
+ (name "go-github-com-aleksi-pointer")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AlekSi/pointer")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rncmanv62wwy7ihvjhvb695mkvy4kdzhgnn90zygs9yrfzzk0wk"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/AlekSi/pointer"))
+ (home-page "https://github.com/AlekSi/pointer")
+ (synopsis "Helper Go library to convert between pointers and values")
+ (description
+ "This package provides helpers to convert between pointers and values of
+built-in and, with generics, of any types.")
+ (license license:expat)))
+
(define-public go-github-com-alexflint-go-filemutex
(package
(name "go-github-com-alexflint-go-filemutex")