[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/76: gnu: go-github-com-dhowett-go-plist: Improve package style.
From: |
guix-commits |
Subject: |
57/76: gnu: go-github-com-dhowett-go-plist: Improve package style. |
Date: |
Mon, 15 Jul 2024 07:19:50 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 226cd42a5ff6cf375dc0b1aa3ab1287fe53e72fc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 14 20:09:52 2024 +0100
gnu: go-github-com-dhowett-go-plist: Improve package style.
* gnu/packages/golang.scm (go-github-com-dhowett-go-plist): Fix
indentation. Apply new style. Swap inputs to propagated-inputs.
[inputs]: Remove go-github-com-jessevdk-go-flags,
go-github-com-kr-pretty, go-gopkg-in-check-v1, and go-gopkg-in-yaml-v2.
[propagated-inputs]: Add go-github-com-jessevdk-go-flags and
go-gopkg-in-check-v1.
Change-Id: I01f2d222b72e9d8d52e0f5c1953d36703d03fb6b
---
gnu/packages/golang.scm | 48 +++++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index da48d02297..702c9767d4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1738,29 +1738,31 @@ retry strategies, such as fixed delay, backoff delay,
and random delay.")
(license license:expat)))
(define-public go-github-com-dhowett-go-plist
- (package
- (name "go-github-com-dhowett-go-plist")
- (version "1.0.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/DHowett/go-plist")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1gcrxkmdj87xq01458asgxvvijrkih74ydbzfmir1p16xr9z0x39"))))
- (build-system go-build-system)
- (arguments `(#:import-path "howett.net/plist"))
- (inputs
- (list go-github-com-jessevdk-go-flags go-github-com-kr-pretty
- go-gopkg-in-check-v1 go-gopkg-in-yaml-v2))
- (home-page "https://github.com/DHowett/go-plist")
- (synopsis "Apple property list transcoder")
- (description "This list transcoder supports encoding/decoding property
-lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go
-types.")
- (license license:giftware)))
+ (package
+ (name "go-github-com-dhowett-go-plist")
+ (version "1.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/DHowett/go-plist")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1gcrxkmdj87xq01458asgxvvijrkih74ydbzfmir1p16xr9z0x39"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "howett.net/plist"))
+ (propagated-inputs
+ (list go-github-com-jessevdk-go-flags
+ go-gopkg-in-check-v1))
+ (home-page "https://github.com/DHowett/go-plist")
+ (synopsis "Apple property list transcoder")
+ (description
+ "This list transcoder supports encoding/decoding property lists (Apple
+XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go types.")
+ (license license:giftware)))
(define-public go-github-com-blanu-dust
(package
- 39/76: gnu: Add go-github-com-yuin-goldmark-emoji., (continued)
- 39/76: gnu: Add go-github-com-yuin-goldmark-emoji., guix-commits, 2024/07/15
- 01/76: gnu: go-github-com-yuin-goldmark: Update to 1.7.4., guix-commits, 2024/07/15
- 13/76: gnu: go-golang-org-x-mod: Fix indentation., guix-commits, 2024/07/15
- 23/76: gnu: go-golang-org-x-text: Enable tests., guix-commits, 2024/07/15
- 37/76: gnu: go-github-com-go-jose-go-jose-v3: Update to 3.0.3., guix-commits, 2024/07/15
- 43/76: gnu: go-github-com-charmbracelet-glamour: Update to 0.7.0., guix-commits, 2024/07/15
- 45/76: gnu: Add go-c2sp-org-cctv-age., guix-commits, 2024/07/15
- 47/76: gnu: age: Remove some failing test data., guix-commits, 2024/07/15
- 48/76: gnu: go-honnef-co-go-tools: Update to 0.4.7., guix-commits, 2024/07/15
- 53/76: gnu: gopls: Update to 0.13.2., guix-commits, 2024/07/15
- 57/76: gnu: go-github-com-dhowett-go-plist: Improve package style.,
guix-commits <=
- 60/76: gnu: go-github-com-google-go-github: Adjust inputs., guix-commits, 2024/07/15
- 61/76: gnu: go-github-com-zalando-go-keyring: Adjust inputs., guix-commits, 2024/07/15
- 63/76: gnu: go-github-com-alecthomas-template: Use go-1.17., guix-commits, 2024/07/15
- 64/76: gnu: go-github-com-quic-go-qtls-go1-20: Update to 0.4.1., guix-commits, 2024/07/15
- 65/76: gnu: go-github-com-jhillyerd-enmime: Update to 1.2.0., guix-commits, 2024/07/15
- 66/76: gnu: restic: Use go-1.17., guix-commits, 2024/07/15
- 68/76: gnu: trezord: Use go-1.18., guix-commits, 2024/07/15
- 70/76: gnu: Remove go-github-com-aswinkarthik-csvdiff., guix-commits, 2024/07/15
- 74/76: gnu: Remove go-github-com-willf-bloom., guix-commits, 2024/07/15
- 71/76: gnu: Remove go-github-com-errata-ai-vale., guix-commits, 2024/07/15