[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/17: gnu: go-github-com-anmitsu-go-shlex: Fix indentation.
From: |
guix-commits |
Subject: |
13/17: gnu: go-github-com-anmitsu-go-shlex: Fix indentation. |
Date: |
Wed, 27 Mar 2024 19:09:28 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit c9fe935a33bfc99ecf549fbe5ff46410095d9b80
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Mar 27 21:39:29 2024 +0000
gnu: go-github-com-anmitsu-go-shlex: Fix indentation.
* gnu/packages/golang-xyz (go-github-com-anmitsu-go-shlex): Fix
indentation.
Change-Id: Ib47fbdf3a31a1442cd88ff12a9a2b6c437c283d9
---
gnu/packages/golang-xyz.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 580abcba2d..0beebc2f93 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -283,20 +283,21 @@ newlines until a non-newline.")
(name "go-github-com-anmitsu-go-shlex")
(version "0.0.0-20200514113438-38f4b401e2be")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/anmitsu/go-shlex")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "17iz68yzbnr7y4s493asbagbv79qq8hvl2pkxvm6bvdkgphj8w1g"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/anmitsu/go-shlex")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "17iz68yzbnr7y4s493asbagbv79qq8hvl2pkxvm6bvdkgphj8w1g"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/anmitsu/go-shlex"))
(home-page "https://github.com/anmitsu/go-shlex")
(synopsis "Simple shell-like lexical analyzer for Go")
- (description "This package provides a simple lexical analyzer to parse
-shell-like commands.")
+ (description
+ "This package provides a simple lexical analyzer to parse shell-like
+commands.")
(license license:expat)))
(define-public go-github-com-armon-go-radix
- branch master updated (c2c1098585 -> 0e8f7ee3a9), guix-commits, 2024/03/27
- 02/17: gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz., guix-commits, 2024/03/27
- 03/17: gnu: go-github-com-alecthomas-template: Move to golang-xyz., guix-commits, 2024/03/27
- 01/17: gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., guix-commits, 2024/03/27
- 04/17: gnu: go-github-com-alecthomas-units: Move to golang-xyz., guix-commits, 2024/03/27
- 08/17: gnu: Add go-github-com-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 09/17: gnu: Add go-gopkg-in-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 17/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Adjust inputs., guix-commits, 2024/03/27
- 05/17: gnu: clipman: Fix source and home-page URL., guix-commits, 2024/03/27
- 13/17: gnu: go-github-com-anmitsu-go-shlex: Fix indentation.,
guix-commits <=
- 12/17: gnu: clipman: Refresh package style., guix-commits, 2024/03/27
- 10/17: gnu: go-github-com-alecthomas-kingpin: Adjust inputs., guix-commits, 2024/03/27
- 14/17: gnu: go-github-com-cyberdelia-go-metrics-graphite: Fix indentation., guix-commits, 2024/03/27
- 15/17: gnu: go-github-com-miekg-dns: Fix indentation., guix-commits, 2024/03/27
- 16/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentation., guix-commits, 2024/03/27
- 07/17: gnu: Add go-github-com-xhit-go-str2duration-v2., guix-commits, 2024/03/27
- 06/17: gnu: clipman: Update to 1.6.2., guix-commits, 2024/03/27
- 11/17: gnu: clipman: Simplify package., guix-commits, 2024/03/27