gnu: go-github-com-d4l3k-messagediff: Update to 1.2.1.
* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): Update to 1.2.1.
This commit is contained in:
parent
2fcd1c84af
commit
edda279fda
|
@ -217,28 +217,26 @@ reflection.")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-d4l3k-messagediff
|
(define-public go-github-com-d4l3k-messagediff
|
||||||
(let ((commit "29f32d820d112dbd66e58492a6ffb7cc3106312b")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-d4l3k-messagediff")
|
||||||
(package
|
(version "1.2.1")
|
||||||
(name "go-github-com-d4l3k-messagediff")
|
(source (origin
|
||||||
(version (git-version "1.1.0" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/d4l3k/messagediff")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/d4l3k/messagediff")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"104hl8x57ciaz7mzafg1vp9qggxcyfm8hsv9bmlihbz9ml3nyr8v"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"104hl8x57ciaz7mzafg1vp9qggxcyfm8hsv9bmlihbz9ml3nyr8v"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
`(#:import-path "github.com/d4l3k/messagediff"))
|
||||||
(arguments
|
(synopsis "Diff arbitrary Go structs")
|
||||||
`(#:import-path "github.com/d4l3k/messagediff"))
|
(description "Messagediff is a library for calculating diffs of arbitrary
|
||||||
(synopsis "Diff arbitrary Go structs")
|
|
||||||
(description "Messagediff is a library for calculating diffs of arbitrary
|
|
||||||
structs in the Go programming language.")
|
structs in the Go programming language.")
|
||||||
(home-page "https://github.com/d4l3k/messagediff")
|
(home-page "https://github.com/d4l3k/messagediff")
|
||||||
(license expat))))
|
(license expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gobwas-glob
|
(define-public go-github-com-gobwas-glob
|
||||||
(let ((commit "51eb1ee00b6d931c66d229ceeb7c31b985563420")
|
(let ((commit "51eb1ee00b6d931c66d229ceeb7c31b985563420")
|
||||||
|
|
Loading…
Reference in New Issue