diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 23:49:05 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:45 +0100 |
| commit | 03a02e007a412f85db7547d89c6fb09cfc281ccf (patch) | |
| tree | 406cb86ccc6465d210d5c5b84bf09a5bac2e474d /gnu | |
| parent | 7678e7bdc00aaabb2a55f5052b95bea46ff73e86 (diff) | |
gnu: go-github-com-dave-jennifer: Update to 1.7.1.
* gnu/packages/golang-xyz.scm (go-github-com-dave-jennifer): Update to 1.7.1.
[arguments] <go>: Use go-1.23.
Change-Id: Iefd096a5ade03e97fc072d5e999aa1b99c3479e2
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 13cfc47c2ec..c1bc1e58ea3 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4992,7 +4992,7 @@ gist (https://gist.github.com/kballard/272720).") (define-public go-github-com-dave-jennifer (package (name "go-github-com-dave-jennifer") - (version "1.7.0") + (version "1.7.1") (source (origin (method git-fetch) @@ -5001,10 +5001,11 @@ gist (https://gist.github.com/kballard/272720).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01sgafbds8n5zs61qf057whn06yj6avz30xgxk6pllf22528558m")))) + (base32 "1a0zg8cdnhyqfgrz7jbgpnnz75g5ps1c8cnmbxvfldmy973ziaml")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "github.com/dave/jennifer")) (home-page "https://github.com/dave/jennifer") (synopsis "Code generator for Go") |
