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:
parent
8a67b121b6
commit
6c79dc4548
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue