mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: go-github-com-nats-io-nats-go: Update to 1.32.0.
* gnu/packages/golang-xyz.scm (go-github-com-nats-io-nats-go): Update to 1.32.0. Change-Id: I094dffb0757672067d29b102d12a268264758ea5
This commit is contained in:
parent
312cacf29a
commit
34cff59d8b
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ (define-public go-github-com-matryer-try
|
|||
(define-public go-github-com-nats-io-nats-go
|
||||
(package
|
||||
(name "go-github-com-nats-io-nats-go")
|
||||
(version "1.31.0")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -157,7 +157,7 @@ (define-public go-github-com-nats-io-nats-go
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jqzqjwpp3p4fwpv2qcwskysnvgggp22p60zg3w25d3xsainjpbi"))))
|
||||
(base32 "08b3n5mdpxvn9hipz0j001bp5r67i43cqji9x9dyzikypqdfg38k"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue