* [bug#75071] [PATCH] gnu: haproxy: Update to 3.1.1.
@ 2024-12-24 22:47 Jordan Moore
2024-12-25 14:23 ` bug#75071: " Sharlatan Hellseher
0 siblings, 1 reply; 2+ messages in thread
From: Jordan Moore @ 2024-12-24 22:47 UTC (permalink / raw)
To: 75071; +Cc: Jordan Moore, Sharlatan Hellseher
* gnu/packages/high-availability.scm (haproxy): Update to 3.1.1.
Change-Id: I0a9f157bf3ae54d72e958ee23b3032fbe6e26b0d
---
Updates to fix some rather annoying issues. Leaf package, builds
successfully.
gnu/packages/high-availability.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm
index 9ae8dd14b3..dd2cff8693 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2022, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
;;; Copyright © 2024 jgart <jgart@dismail.de>
+;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -70,7 +71,7 @@ (define-module (gnu packages high-availability)
(define-public haproxy
(package
(name "haproxy")
- (version "3.0.3")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
@@ -78,7 +79,7 @@ (define-public haproxy
(version-major+minor version)
"/src/haproxy-" version ".tar.gz"))
(sha256
- (base32 "1pqrgndf5ciyq3l4ywrjj3q917dms59cmzxk5ihd400bg8c3r9rr"))))
+ (base32 "0wyjyzazlwpi3hm4ri699lhyzbb703i5fp240bk7icm4kd1ms6wc"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-25 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 22:47 [bug#75071] [PATCH] gnu: haproxy: Update to 3.1.1 Jordan Moore
2024-12-25 14:23 ` bug#75071: " Sharlatan Hellseher
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.