1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02: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:
Sharlatan Hellseher 2024-06-27 15:27:13 +01:00
parent c160d88c6c
commit 4fb43ae287
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 22 deletions

View file

@ -1040,6 +1040,30 @@ submodules:
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"))