~ruther/guix-local

156bee7acfe2903b5bc2ae06e6b04e63b0db4667 — Hilton Chain 2 years ago 852d0ea
gnu: go-github-com-magiconair-properties: Update to 1.8.7.

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

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +2 -2
@@ 4009,7 4009,7 @@ updating files, like @command{tail -f}.")
(define-public go-github-com-magiconair-properties
  (package
    (name "go-github-com-magiconair-properties")
    (version "1.8.5")
    (version "1.8.7")
    (source
     (origin
       (method git-fetch)


@@ 4019,7 4019,7 @@ updating files, like @command{tail -f}.")
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn"))))
         "0xy5nq7mwhrdcwjlgh4arjn6w5mjla0kni3cvl3z5vxcrnfrn3ax"))))
    (build-system go-build-system)
    (arguments
     `(#:import-path "github.com/magiconair/properties"))