~ruther/guix-local

be2046f2f86ac2c587f220f58910042e7b8cb560 — Maxim Cournoyer 11 months ago 6d5b374
gnu: go-github-com-yuin-goldmark: Update to 1.7.12.

* gnu/packages/golang-build.scm (go-github-com-yuin-goldmark): Update to 1.7.12.

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

M gnu/packages/golang-build.scm
M gnu/packages/golang-build.scm => gnu/packages/golang-build.scm +2 -2
@@ 391,7 391,7 @@ library.")
(define-public go-github-com-yuin-goldmark
  (package
    (name "go-github-com-yuin-goldmark")
    (version "1.7.8")
    (version "1.7.12")
    (source
     (origin
       (method git-fetch)


@@ 400,7 400,7 @@ library.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1iz7x1hqdixx8dkcbaa8lr842i59n843mc553jv5grq057s76yjx"))))
        (base32 "1qc665b8clfvah62l8bkk473ybng7qzwwibxsq5wskfswv5yaj94"))))
    (build-system go-build-system)
    (arguments
     (list