sharlatan pushed a commit to branch go-team
in repository guix.
commit ba978b7b482379747529efe72fd53121f26a4528
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 12 14:51:06 2025 +0000
gnu: Add go-github-com-arolek-p.
* gnu/packages/golang-xyz.scm (go-github-com-arolek-p): New variable.
Change-Id: I810adb6a38817f603caf5e95b17bcd61923e8986
---
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 7538f026c8..3e4f8308c9 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1509,6 +1509,29 @@ optimized for sparse nodes of
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
(license license:expat)))
+(define-public go-github-com-arolek-p
+ (package
+ (name "go-github-com-arolek-p")
+ (version "0.0.0-20191103215535-df3c295ed582")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ARolek/p")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0dsfrksyrnr3d6aiafnjf3nqyq5jn7s7pzd64j18kngc8l6jrxj1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/arolek/p"))
+ (home-page "https://github.com/arolek/p")
+ (synopsis "Pointer to the value")
+ (description
+ "Pacakge p takes in values and returns a pointer to the value.")
+ (license license:expat)))
+
(define-public go-github-com-arran4-golang-ical
(package
(name "go-github-com-arran4-golang-ical")