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:
Sharlatan Hellseher 2025-06-10 19:18:30 +01:00
parent 9396b28453
commit bb01579d9c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))