mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.8.1.
* gnu/packages/golang-xyz.scm (go-github-com-bmatcuk-doublestar-v4): Update to 4.8.1. [arguments] <go>: Use go-1.23. Change-Id: I6f189061eefd599c85abc7711b1b63c69edb657d
This commit is contained in:
parent
0d0852ad4f
commit
3fe4cceb65
1 changed files with 3 additions and 2 deletions
|
@ -2477,7 +2477,7 @@ matching and globbing with support for \"doublestar\" patterns.")
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-bmatcuk-doublestar)
|
(inherit go-github-com-bmatcuk-doublestar)
|
||||||
(name "go-github-com-bmatcuk-doublestar-v4")
|
(name "go-github-com-bmatcuk-doublestar-v4")
|
||||||
(version "4.7.1")
|
(version "4.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2486,9 +2486,10 @@ matching and globbing with support for \"doublestar\" patterns.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bvfxqkpl8bkfqxjxjgmz0gd4b4v6dxwrzxq2qzly0r9zrj1lfic"))))
|
(base32 "0jskh3dp9xmh1bf1a7dh5ykv0pk2v4pxh5bynsl33cmw61dkd6s0"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "github.com/bmatcuk/doublestar/v4"))))
|
#:import-path "github.com/bmatcuk/doublestar/v4"))))
|
||||||
|
|
||||||
(define-public go-github-com-bmizerany-perks-quantile
|
(define-public go-github-com-bmizerany-perks-quantile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue