mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: haproxy: Update to 3.0.3.
* gnu/packages/high-availability.scm (haproxy): Update to 3.0.3. Change-Id: Id34812d7c018672ce460cd483b700cb99877f5e1
This commit is contained in:
parent
2b7e2f4416
commit
487dd0077f
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2022, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2022, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
|
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
|
||||||
|
;;; Copyright © 2024 jgart <jgart@dismail.de>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -69,7 +70,7 @@ (define-module (gnu packages high-availability)
|
||||||
(define-public haproxy
|
(define-public haproxy
|
||||||
(package
|
(package
|
||||||
(name "haproxy")
|
(name "haproxy")
|
||||||
(version "2.9.0")
|
(version "3.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -77,7 +78,7 @@ (define-public haproxy
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/src/haproxy-" version ".tar.gz"))
|
"/src/haproxy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1aqfp1gslk4dfvrrzg51h0mn1j4n4in82z701bi7ycs63b6qm8gv"))))
|
(base32 "1pqrgndf5ciyq3l4ywrjj3q917dms59cmzxk5ihd400bg8c3r9rr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue