mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-evanphx-json-patch: Update to 4.12.0.
* gnu/packages/golang-web.scm (go-github-com-evanphx-json-patch): Update to 4.12.0. Change-Id: I9baf23f7290861f293e4a6ec89021fb3c37c98ff
This commit is contained in:
parent
9396b28453
commit
bb01579d9c
1 changed files with 3 additions and 2 deletions
|
@ -2855,7 +2855,7 @@ protocol definition.")
|
||||||
(define-public go-github-com-evanphx-json-patch
|
(define-public go-github-com-evanphx-json-patch
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-evanphx-json-patch")
|
(name "go-github-com-evanphx-json-patch")
|
||||||
(version "0.5.2")
|
(version "4.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2864,10 +2864,11 @@ protocol definition.")
|
||||||
(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 "00sib9ba8j1h1n3r1cxx48zn8hs6sxwnrh78p6wbs28wcpz8nqxi"))))
|
(base32 "1z0bmsvzm4nchfbi7h9pdvkfgrnf0fvhn39pgb0q2az8cql58q56"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "github.com/evanphx/json-patch"))
|
#:import-path "github.com/evanphx/json-patch"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-jessevdk-go-flags go-github-com-pkg-errors))
|
(list go-github-com-jessevdk-go-flags go-github-com-pkg-errors))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue