[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/22: gnu: Add go-github-com-whyrusleeping-base32.
From: |
guix-commits |
Subject: |
20/22: gnu: Add go-github-com-whyrusleeping-base32. |
Date: |
Sun, 7 Jul 2024 11:10:42 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 5ab00296eee1c5b3e16309249b365ee16bc3d9ad
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 7 15:38:23 2024 +0100
gnu: Add go-github-com-whyrusleeping-base32.
* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-base32): New
variable.
Change-Id: Iad9afc6eb19ae76bd535f0513d5da488b34e6836
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7eb303063e..ee2585c68d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4846,6 +4846,32 @@ encoded values to create the picture in a code with no
inherent errors.")
weighted moving averages}.")
(license license:expat)))
+(define-public go-github-com-whyrusleeping-base32
+ (package
+ (name "go-github-com-whyrusleeping-base32")
+ (version "0.0.0-20170828182744-c30ac30633cc")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/whyrusleeping/base32")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "060jj8j9rnm3m47vv7jfz9ddybch3ryvn1p9vhc63bqn73knalhf"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/whyrusleeping/base32"))
+ (home-page "https://github.com/whyrusleeping/base32")
+ (synopsis "BASE32 encoding package from go with NoPadding option")
+ (description
+ "This package provides a base32 encoding package from go with NoPadding
+option.")
+ ;; No license provided, see
+ ;; <https://github.com/whyrusleeping/base32/issues/5>
+ (license license:public-domain)))
+
(define-public go-github-com-whyrusleeping-go-keyspace
(package
(name "go-github-com-whyrusleeping-go-keyspace")
- 07/22: gnu: Add go-github-com-alecthomas-kong., (continued)
- 07/22: gnu: Add go-github-com-alecthomas-kong., guix-commits, 2024/07/07
- 06/22: gnu: go-github-com-alecthomas-colour: Move to golang-xyz., guix-commits, 2024/07/07
- 10/22: gnu: go-github-com-goccy-go-yaml: Move to golang-xyz., guix-commits, 2024/07/07
- 21/22: gnu: Add go-github-com-whyrusleeping-cbor., guix-commits, 2024/07/07
- 14/22: gnu: Add go-github-com-ipfs-go-ipld-cbor., guix-commits, 2024/07/07
- 19/22: gnu: Add go-github-com-whyrusleeping-go-keyspace., guix-commits, 2024/07/07
- 09/22: gnu: go-github-com-goccy-yaml: Rename variable., guix-commits, 2024/07/07
- 15/22: gnu: Add go-github-com-facebookgo-atomicfile., guix-commits, 2024/07/07
- 17/22: gnu: Add go-github-com-whyrusleeping-multiaddr-filter., guix-commits, 2024/07/07
- 18/22: gnu: Add go-github-com-whyrusleeping-chunker., guix-commits, 2024/07/07
- 20/22: gnu: Add go-github-com-whyrusleeping-base32.,
guix-commits <=
- 22/22: gnu: kubo: Unbundle more packaes., guix-commits, 2024/07/07
- 13/22: gnu: Add go-github-com-whyrusleeping-cbor-gen., guix-commits, 2024/07/07
- 16/22: gnu: Add go-github-com-ipfs-go-ipld-git., guix-commits, 2024/07/07
- 12/22: gnu: go-github-com-syndtr-goleveldb-leveldb: Rename variable., guix-commits, 2024/07/07
- 11/22: gnu: go-github-com-goccy-go-yaml: Enable all tests., guix-commits, 2024/07/07