mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-expr-lang-expr: Update to 1.17.5.
* gnu/packages/golang-xyz.scm (go-github-com-expr-lang-expr): Update to 1.17.5. [arguments] <go>: Use go-1.23. Change-Id: If51484d965197374f730ae288dbb161426d47890
This commit is contained in:
parent
8a2a9f538e
commit
bc82a84128
1 changed files with 3 additions and 2 deletions
|
@ -6586,7 +6586,7 @@ cases (e.g. snake_case, camelCase, kebab-case, etc).")
|
|||
(define-public go-github-com-expr-lang-expr
|
||||
(package
|
||||
(name "go-github-com-expr-lang-expr")
|
||||
(version "1.16.9")
|
||||
(version "1.17.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6595,7 +6595,7 @@ cases (e.g. snake_case, camelCase, kebab-case, etc).")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08p7gcxm7psgn1rzhhy2s2va59ssy77x8wd706gdp2pif7wln883"))
|
||||
(base32 "0kcpgycdy9fm4g2i4mhp6hprzkg75r0lfrvc0gbwd2wiir460222"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
@ -6608,6 +6608,7 @@ cases (e.g. snake_case, camelCase, kebab-case, etc).")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/expr-lang/expr"))
|
||||
(home-page "https://expr-lang.org/")
|
||||
(synopsis "Expression language and expression evaluation for Go")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue