gnu: go-github-com-magiconair-properties: Update to 1.8.5.

* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sarah Morgensen 2021-06-25 00:20:59 -07:00 committed by Efraim Flashner
parent dadb275ff8
commit 422b365e59
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3193,7 +3193,7 @@ (define-public go-github-com-fsnotify-fsnotify
(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)
@ -3203,7 +3203,7 @@ (define-public go-github-com-magiconair-properties
(file-name (git-file-name name version))
(sha256
(base32
"0q7d55z0v8y55dyy8nhgdnswf5zkgj3i87irbk294nvzhx01bnxd"))))
"0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/magiconair/properties"))