gnu: Add go-github-com-btcsuite-btclog-v2.

* gnu/packages/golang-xyz.scm (go-github-com-btcsuite-btclog-v2): New variable.

Change-Id: Idb9b2e9767ebdca9813ab30c134aa24ce838d358
This commit is contained in:
Sharlatan Hellseher 2025-01-07 15:28:55 +00:00
parent 7aa9c96d70
commit 86c9adc597
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1977,6 +1977,25 @@ default implementation of a subsystem-aware leveled logger implementing the
same interface.")
(license license:isc)))
(define-public go-github-com-btcsuite-btclog-v2
(package
(inherit go-github-com-btcsuite-btclog)
(name "go-github-com-btcsuite-btclog-v2")
(version "2.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/btcsuite/btclog")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0v9zh39d35647g6m9b74l5z1ifbnk4chbglnbmj5ndzj9alzsc38"))))
(arguments
(list
#:import-path "github.com/btcsuite/btclog/v2"
#:unpack-path "github.com/btcsuite/btclog"))))
(define-public go-github-com-buildkite-shellwords
(package
(name "go-github-com-buildkite-shellwords")