all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jordan Moore <lockbox@struct.foo>
To: 75071@debbugs.gnu.org
Cc: Jordan Moore <lockbox@struct.foo>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#75071] [PATCH] gnu: haproxy: Update to 3.1.1.
Date: Tue, 24 Dec 2024 17:47:17 -0500	[thread overview]
Message-ID: <a02fb2d781f89ad7a5f85d821ecd16628be1a70d.1735080437.git.lockbox@struct.foo> (raw)

* 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





             reply	other threads:[~2024-12-24 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 22:47 Jordan Moore [this message]
2024-12-25 14:23 ` bug#75071: [PATCH] gnu: haproxy: Update to 3.1.1 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a02fb2d781f89ad7a5f85d821ecd16628be1a70d.1735080437.git.lockbox@struct.foo \
    --to=lockbox@struct.foo \
    --cc=75071@debbugs.gnu.org \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.