1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: Add go-github-com-vmihailenco-msgpack-v5.

* gnu/packages/golang-xyz.scm (go-github-com-vmihailenco-msgpack-v5): New variable.

Change-Id: I80c504fe09c917188f441c6e71a1b87db6c05fd0
This commit is contained in:
Sharlatan Hellseher 2025-01-07 14:18:46 +00:00
parent 8a67b121b6
commit 6c79dc4548
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13187,6 +13187,29 @@ weighted moving averages}.")
programming language.")
(license license:bsd-2)))
(define-public go-github-com-vmihailenco-msgpack-v5
(package
(inherit go-github-com-vmihailenco-msgpack-v4)
(name "go-github-com-vmihailenco-msgpack-v5")
(version "5.4.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/vmihailenco/msgpack")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0vkyyywvip0vwjmnmnmkl9hz345k54nigj2mq8fbbjx96xpgghvz"))))
(arguments
(list
#:import-path "github.com/vmihailenco/msgpack/v5"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-vmihailenco-tagparser
go-google-golang-org-appengine))))
(define-public go-github-com-warpfork-go-fsx
(package
(name "go-github-com-warpfork-go-fsx")