~ruther/guix-local

b8e2fe76fafce455090809d48b489ab782453e61 — Sharlatan Hellseher 1 year, 8 months ago 86ddf33
gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1.

* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v4): Update to 4.7.1.

Change-Id: Ibe065ddfd379b51519096973fb9750def45165a5
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +2 -2
@@ 5482,7 5482,7 @@ matching and globbing with support for \"doublestar\" patterns.")
  (package
    (inherit go-github-com-bmatcuk-doublestar)
    (name "go-github-com-bmatcuk-doublestar-v4")
    (version "4.6.1")
    (version "4.7.1")
    (source
     (origin
       (method git-fetch)


@@ 5491,7 5491,7 @@ matching and globbing with support for \"doublestar\" patterns.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "12rf4a9isgg2nh927gikgbmyaynaqp4kjahgscb4qnr04m3vpr41"))))
        (base32 "1bvfxqkpl8bkfqxjxjgmz0gd4b4v6dxwrzxq2qzly0r9zrj1lfic"))))
    (arguments
     (list
      #:import-path "github.com/bmatcuk/doublestar/v4"))))