[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/76: gnu: go-github-com-dhowett-go-plist: Update to 1.0.1.
From: |
guix-commits |
Subject: |
56/76: gnu: go-github-com-dhowett-go-plist: Update to 1.0.1. |
Date: |
Mon, 15 Jul 2024 07:19:49 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 424c6fe0a2f151a182ad0f18e60be8887e9b4d8b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 14 20:04:42 2024 +0100
gnu: go-github-com-dhowett-go-plist: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-dhowett-go-plist): Update to 1.0.1.
Change-Id: I4888fb0af6c10fcb65ccda75ff0437da5f59b44a
---
gnu/packages/golang.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2ca32266a2..da48d02297 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1738,20 +1738,18 @@ retry strategies, such as fixed delay, backoff delay,
and random delay.")
(license license:expat)))
(define-public go-github-com-dhowett-go-plist
- (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a")
- (revision "1"))
(package
(name "go-github-com-dhowett-go-plist")
- (version (git-version "0.0.0" revision commit))
+ (version "1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/DHowett/go-plist")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "01c9wmhny2rxywcjipq1xa0xw4qm7yd001239grwxcja3b4n45v8"))))
+ "1gcrxkmdj87xq01458asgxvvijrkih74ydbzfmir1p16xr9z0x39"))))
(build-system go-build-system)
(arguments `(#:import-path "howett.net/plist"))
(inputs
@@ -1762,7 +1760,7 @@ retry strategies, such as fixed delay, backoff delay, and
random delay.")
(description "This list transcoder supports encoding/decoding property
lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go
types.")
- (license license:giftware))))
+ (license license:giftware)))
(define-public go-github-com-blanu-dust
(package
- 41/76: gnu: Add go-github-com-aymanbagabas-go-osc52-v2., (continued)
- 41/76: gnu: Add go-github-com-aymanbagabas-go-osc52-v2., guix-commits, 2024/07/15
- 42/76: gnu: go-github-com-muesli-termenv: Update to 0.15.2., guix-commits, 2024/07/15
- 44/76: gnu: packages/golang-chrypto: Sort some packages., guix-commits, 2024/07/15
- 46/76: gnu: go-filippo-io-age: Update to 1.2.0., guix-commits, 2024/07/15
- 50/76: gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815., guix-commits, 2024/07/15
- 49/76: gnu: go-honnef-co-go-tools: Enable tests., guix-commits, 2024/07/15
- 51/76: gnu: govulncheck: Adjust package style., guix-commits, 2024/07/15
- 52/76: gnu: govulncheck: Swap inheritance with go-golang-org-x-vuln., guix-commits, 2024/07/15
- 54/76: gnu: gopls: Adjust package style, guix-commits, 2024/07/15
- 55/76: gnu: unparam: Update to 0.0.0-20240528143540-8a5130ca722f., guix-commits, 2024/07/15
- 56/76: gnu: go-github-com-dhowett-go-plist: Update to 1.0.1.,
guix-commits <=
- 58/76: gnu: go-github-com-dhowett-go-plist: Rename variable., guix-commits, 2024/07/15
- 59/76: gnu: go-github-com-twpayne-go-xdg: Rename variable., guix-commits, 2024/07/15
- 69/76: gnu: demlo: Update to 3.8-1.985f810., guix-commits, 2024/07/15
- 62/76: gnu: chezmoi: Fix build., guix-commits, 2024/07/15
- 67/76: gnu: go-pgregory-net-rapid: Use go-1.18., guix-commits, 2024/07/15
- 72/76: gnu: Remove go-github-com-go-libsecret., guix-commits, 2024/07/15
- 38/76: gnu: Add go-github-com-go-jose-go-jose-v4., guix-commits, 2024/07/15
- 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