mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: go-github-com-d4l3k-messagediff: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifb20bc5e3ee8cf8f2b354c5809ba906aae74d5c0
This commit is contained in:
parent
c160d88c6c
commit
4fb43ae287
2 changed files with 24 additions and 22 deletions
|
@ -1040,6 +1040,30 @@ (define-public go-github-com-cyberdelia-go-metrics-graphite
|
|||
metrics to Graphite.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public go-github-com-d4l3k-messagediff
|
||||
(package
|
||||
(name "go-github-com-d4l3k-messagediff")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/d4l3k/messagediff")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "104hl8x57ciaz7mzafg1vp9qggxcyfm8hsv9bmlihbz9ml3nyr8v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/d4l3k/messagediff"))
|
||||
(home-page "https://github.com/d4l3k/messagediff")
|
||||
(synopsis "Diff arbitrary Go structs")
|
||||
(description
|
||||
"Messagediff is a library for calculating diffs of arbitrary
|
||||
structs in the Go programming language.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-danwakefield-fnmatch
|
||||
(let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
|
||||
(revision "0"))
|
||||
|
|
|
@ -258,28 +258,6 @@ (define-public go-github-com-calmh-xdr
|
|||
(home-page "https://github.com/calmh/xdr")
|
||||
(license expat)))
|
||||
|
||||
(define-public go-github-com-d4l3k-messagediff
|
||||
(package
|
||||
(name "go-github-com-d4l3k-messagediff")
|
||||
(version "1.2.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/d4l3k/messagediff")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"104hl8x57ciaz7mzafg1vp9qggxcyfm8hsv9bmlihbz9ml3nyr8v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/d4l3k/messagediff"))
|
||||
(synopsis "Diff arbitrary Go structs")
|
||||
(description "Messagediff is a library for calculating diffs of arbitrary
|
||||
structs in the Go programming language.")
|
||||
(home-page "https://github.com/d4l3k/messagediff")
|
||||
(license expat)))
|
||||
|
||||
(define-public go-github-com-vitrun-qart
|
||||
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue