[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49221] [PATCH 06/13] gnu: go-github-com-magiconair-properties: Upda
From: |
Sarah Morgensen |
Subject: |
[bug#49221] [PATCH 06/13] gnu: go-github-com-magiconair-properties: Update to 1.8.5. |
Date: |
Fri, 25 Jun 2021 00:20:59 -0700 |
* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to
1.8.5.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 97caa6ac35..0760090651 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2028,7 +2028,7 @@ application's http.Handlers.")
(define-public go-github-com-magiconair-properties
(package
(name "go-github-com-magiconair-properties")
- (version "1.8.4")
+ (version "1.8.5")
(source
(origin
(method git-fetch)
@@ -2038,7 +2038,7 @@ application's http.Handlers.")
(file-name (git-file-name name version))
(sha256
(base32
- "0q7d55z0v8y55dyy8nhgdnswf5zkgj3i87irbk294nvzhx01bnxd"))))
+ "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/magiconair/properties"))
--
2.31.1
- [bug#49221] [PATCH 00/13] Add go-1.16 and build with gccgo, Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 01/13] gnu: go-github-com-puerkitobio-goquery: Update to 1.7.0., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 02/13] gnu: go-go-uber-org-atomic: Update to 1.8.0., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 04/13] gnu: go-github-com-pelletier-go-toml: Update to 1.9.3., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 07/13] gnu: go-github-com-dlclark-regexp2: Update to 1.4.0., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 09/13] gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 06/13] gnu: go-github-com-magiconair-properties: Update to 1.8.5.,
Sarah Morgensen <=
- [bug#49221] [PATCH 10/13] gnu: restic: Patch tests for go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 12/13] gnu: go-etcd-io-bbolt: Update to 1.3.6., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 05/13] gnu: go-github-com-masterminds-goutils: Update to 1.1.1., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 08/13] gnu: earlyoom: Patch tests for go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 03/13] gnu: go-github-com-sergi-go-diff: Update to 1.2.0., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 13/13] gnu: Add go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 11/13] gnu: go-gopkg-in-check-v1: Update to latest., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 00/13] Add go-1.16 and build with gccgo, Efraim Flashner, 2021/06/28