[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/223: gnu: Add go-go-abhg-dev-io-ioutil.
From: |
guix-commits |
Subject: |
171/223: gnu: Add go-go-abhg-dev-io-ioutil. |
Date: |
Sat, 15 Mar 2025 04:59:03 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit e5f4a4ca5c13a01df13879d6c448e213170e7082
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 25 23:53:10 2025 +0000
gnu: Add go-go-abhg-dev-io-ioutil.
* gnu/packages/golang-xyz.scm (go-go-abhg-dev-io-ioutil): New variable.
Change-Id: I18f5a4389a57742814813b57b880ccdaa11ed9fd
---
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 19a58fb334..b9547d6594 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17400,6 +17400,29 @@ distance. Takes a string value input from the user.
Looks for an identical
word on a list of words, if none is found, look for a similar word.")
(license license:expat))))
+(define-public go-go-abhg-dev-io-ioutil
+ (package
+ (name "go-go-abhg-dev-io-ioutil")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abhinav/ioutil-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1sckmmpabnv9myccnjjrdr3an8zkzvcpwssx40x2z60kivd4zvv2"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "go.abhg.dev/io/ioutil"))
+ (home-page "https://go.abhg.dev/io/ioutil")
+ (synopsis "Extensions for the Golang std @code{io} package")
+ (description
+ "Package ioutil contains extensions for the @code{io} package.")
+ (license license:bsd-3)))
+
(define-public go-go-abhg-dev-komplete
(package
(name "go-go-abhg-dev-komplete")
- 126/223: gnu: go-github-com-operatorfoundation-shapeshifter-ipc: Simplify., (continued)
- 126/223: gnu: go-github-com-operatorfoundation-shapeshifter-ipc: Simplify., guix-commits, 2025/03/15
- 127/223: gnu: go-github-com-operatorfoundation-shapeshifter-ipc: Move to golang-crytpo., guix-commits, 2025/03/15
- 136/223: gnu: go-github-com-akosmarton-papipes: Move to radio., guix-commits, 2025/03/15
- 149/223: gnu: git-lfs: Fix indentation., guix-commits, 2025/03/15
- 152/223: gnu: Remove go-github-com-alecthomas-template., guix-commits, 2025/03/15
- 153/223: gnu: aws-vault: Set version in build-flags., guix-commits, 2025/03/15
- 154/223: gnu: Add go-github-com-digitalocean-godo., guix-commits, 2025/03/15
- 155/223: gnu: Add go-github-com-miekg-pkcs11., guix-commits, 2025/03/15
- 158/223: gnu: go-1.22: Update to 1.22.12., guix-commits, 2025/03/15
- 165/223: gnu: go-github-com-nats-io-nkeys: Update to 0.4.10., guix-commits, 2025/03/15
- 171/223: gnu: Add go-go-abhg-dev-io-ioutil.,
guix-commits <=
- 156/223: gnu: packages: Remove redundant (gnu packages golang) from some modules., guix-commits, 2025/03/15
- 157/223: gnu: oauth2l: Update to 1.3.2., guix-commits, 2025/03/15
- 173/223: gnu: go-github-com-rogpeppe-go-internal: Improve description., guix-commits, 2025/03/15
- 159/223: gnu: go-1.23: Update to 1.23.6., guix-commits, 2025/03/15
- 161/223: gnu: vale: Update to 3.9.5., guix-commits, 2025/03/15
- 124/223: gnu: go-github-com-blanu-dust: Simplify., guix-commits, 2025/03/15
- 160/223: gnu: Add go-1.24., guix-commits, 2025/03/15
- 168/223: gnu: Add go-github-com-junegunn-go-shellwords., guix-commits, 2025/03/15
- 163/223: gnu: go-github-com-minio-highwayhash: Update to 1.0.3., guix-commits, 2025/03/15
- 164/223: gnu: go-github-com-nats-io-jwt-v2: Update to 2.7.3., guix-commits, 2025/03/15