* [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
* bug#75071: [PATCH] gnu: haproxy: Update to 3.1.1.
2024-12-24 22:47 [bug#75071] [PATCH] gnu: haproxy: Update to 3.1.1 Jordan Moore
@ 2024-12-25 14:23 ` Sharlatan Hellseher
0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-12-25 14:23 UTC (permalink / raw)
To: 75071-done
[-- Attachment #1: Type: text/plain, Size: 77 bytes --]
Hi,
Pushed as 312c65c6d85bb1ec6d4d3ba3d29d89182a54bc36 to master.
--
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).