summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-06-06 23:44:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-06-06 23:44:56 +0100
commitac8b1492f150073d58f1ecbf7e41e471ea04272a (patch)
tree40f45d7e911cb0a3e2d922f87c529cccf83e20ff /gnu
parent65bdf83e33f7818a4c1e1ccce3327ceaa690fdb5 (diff)
gnu: nats-server: Update to 2.10.16.
* gnu/packages/high-availability.scm (nats-server): Update to 2.10.16. Change-Id: If1a1fb911c74f26964cfbcf31cd4759fa1779750
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/high-availability.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm
index ab060a9d961..c629385310c 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -1,7 +1,7 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> 2;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
3;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr> 3;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
4;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com> 4;;; Copyright © 2022, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
5;;; Copyright © 2023 Benjamin <benjamin@uvy.fr> 5;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
6;;; 6;;;
7;;; This file is part of GNU Guix. 7;;; This file is part of GNU Guix.
@@ -202,7 +202,7 @@ applications.")
202(define-public nats-server 202(define-public nats-server
203 (package 203 (package
204 (name "nats-server") 204 (name "nats-server")
205 (version "2.10.10") 205 (version "2.10.16")
206 (source 206 (source
207 (origin 207 (origin
208 (method git-fetch) 208 (method git-fetch)
@@ -211,7 +211,7 @@ applications.")
211 (commit (string-append "v" version)))) 211 (commit (string-append "v" version))))
212 (file-name (git-file-name name version)) 212 (file-name (git-file-name name version))
213 (sha256 213 (sha256
214 (base32 "1sn8a3xfs1s9jc5fphrnc0ahh83h7ma2ckg2x447gdhg1p7pf9gn")))) 214 (base32 "1l5132swcxxk1d0xdwh1aqrlkcmcss9m9y6hky2yk6b33l1w681v"))))
215 (build-system go-build-system) 215 (build-system go-build-system)
216 (inputs 216 (inputs
217 (list go-github-com-klauspost-compress 217 (list go-github-com-klauspost-compress