diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 12:51:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:42 +0100 |
| commit | 3fe4cceb659280a0f4d2b6fc39822d408a1004c6 (patch) | |
| tree | 388309520f1ccafd5633c09fbbe1f7b3f3a2b000 /gnu | |
| parent | 0d0852ad4fd3c6feb7db1886b8f9f42e07c344dc (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index bc686be7ec3..687732268b5 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2477,7 +2477,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.7.1") + (version "4.8.1") (source (origin (method git-fetch) @@ -2486,9 +2486,10 @@ matching and globbing with support for \"doublestar\" patterns.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1bvfxqkpl8bkfqxjxjgmz0gd4b4v6dxwrzxq2qzly0r9zrj1lfic")))) + (base32 "0jskh3dp9xmh1bf1a7dh5ykv0pk2v4pxh5bynsl33cmw61dkd6s0")))) (arguments (list + #:go go-1.23 #:import-path "github.com/bmatcuk/doublestar/v4")))) (define-public go-github-com-bmizerany-perks-quantile |
