me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-02-08 21:38:50 +00:00
parent 312cacf29a
commit 34cff59d8b
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ Differentiation between text and binary files}.
(define-public go-github-com-nats-io-nats-go (define-public go-github-com-nats-io-nats-go
(package (package
(name "go-github-com-nats-io-nats-go") (name "go-github-com-nats-io-nats-go")
(version "1.31.0") (version "1.32.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -157,7 +157,7 @@ Differentiation between text and binary files}.
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0jqzqjwpp3p4fwpv2qcwskysnvgggp22p60zg3w25d3xsainjpbi")))) (base32 "08b3n5mdpxvn9hipz0j001bp5r67i43cqji9x9dyzikypqdfg38k"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list