[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: nats-server: Update to 2.10.10.
From: |
guix-commits |
Subject: |
11/11: gnu: nats-server: Update to 2.10.10. |
Date: |
Thu, 8 Feb 2024 16:48:12 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 90fe823638b9ada7fce44d20f620d80ae49885dc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 8 21:38:51 2024 +0000
gnu: nats-server: Update to 2.10.10.
* gnu/packages/high-availability.scm (nats-server): Update to 2.10.10.
Change-Id: Ic34d8a4672b188c8d3d10141f9227cab4075fd5b
---
gnu/packages/high-availability.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/high-availability.scm
b/gnu/packages/high-availability.scm
index 06cf58a43a..9760084603 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -200,7 +200,7 @@ applications.")
(define-public nats-server
(package
(name "nats-server")
- (version "2.10.5")
+ (version "2.10.10")
(source
(origin
(method git-fetch)
@@ -209,7 +209,7 @@ applications.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "07dcn6him4r1chsqr9p4i7fnbfw60gq29f4zmlyljf2c47i58rf9"))))
+ (base32 "1sn8a3xfs1s9jc5fphrnc0ahh83h7ma2ckg2x447gdhg1p7pf9gn"))))
(build-system go-build-system)
(inputs
(list go-github-com-klauspost-compress
- branch master updated (8798f940ad -> 90fe823638), guix-commits, 2024/02/08
- 01/11: gnu: Add go-github-com-minio-highwayhash., guix-commits, 2024/02/08
- 03/11: gnu: Add go-go-uber-org-automaxprocs., guix-commits, 2024/02/08
- 04/11: gnu: Add go-github-com-nats-io-nuid., guix-commits, 2024/02/08
- 02/11: gnu: Add go-github-com-prashantv-gostub., guix-commits, 2024/02/08
- 06/11: gnu: Add go-github-com-nats-io-jwt-v2., guix-commits, 2024/02/08
- 11/11: gnu: nats-server: Update to 2.10.10.,
guix-commits <=
- 07/11: gnu: Add go-github-com-nats-io-nats-go., guix-commits, 2024/02/08
- 05/11: gnu: Add go-github-com-nats-io-nkeys., guix-commits, 2024/02/08
- 08/11: gnu: Add nats-server., guix-commits, 2024/02/08
- 10/11: gnu: go-github-com-nats-io-nats-go: Update to 1.32.0., guix-commits, 2024/02/08
- 09/11: gnu: go-github-com-nats-io-nkeys: Update to 0.4.7., guix-commits, 2024/02/08