GNU bug report logs -
#37444
[PATCH] added aerc, a simple email client and its dependcies
Previous Next
Reported by: Martin Becze <mjbecze <at> riseup.net>
Date: Wed, 18 Sep 2019 08:25:01 UTC
Severity: normal
Tags: patch
Done: "(" <paren <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ccb11a83c0..487a963ff0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4087,3 +4087,29 @@ quoting, commenting, and escaping.")
(description "Light weight helper functions in golang to get config, data
and cache files according to the XDG Base Directory Specification.")
(license license:expat))))
+
+(define-public go-github-com-martinlindhe-base36
+ (let ((url "https://github.com/martinlindhe/base36"))
+ (package
+ (name "go-github-com-martinlindhe-base36")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "0hib6cnx543fxbcy7fm3kcfz8ajhd90kxzbld49qi7w930pcz26c"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/martinlindhe/base36"))
+ (native-inputs
+ `(("go-github-com-stretchr-testify" ,go-github-com-stretchr-testify)))
+ (home-page url)
+ (synopsis "Implements Base36 encoding and decoding")
+ (description "Implements Base36 encoding and decoding, which is useful to
+ represent large integers in a case-insensitive alphanumeric way.")
+ (license license:expat))))
--
2.23.0
This bug report was last modified 2 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.