~ruther/guix-local

919288dd790c3b2407fcf67c49b0cb3e9047c0d3 — wrobell 5 months ago b661287
gnu: rabbitmq: Update to 4.2.0.

* gnu/packages/high-availability.scm (rabbitmq): Update to 4.2.0.

Change-Id: Ic92c70a7a0327d61e0be64e153bac74aaa0baab9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/high-availability.scm
M gnu/packages/high-availability.scm => gnu/packages/high-availability.scm +2 -2
@@ 533,7 533,7 @@ Virtually anything that can be scripted can be managed as part of a Pacemaker cl
(define-public rabbitmq
  (package
    (name "rabbitmq")
    (version "4.1.2")
    (version "4.2.0")
    (source
     (origin
       (method url-fetch)


@@ 542,7 542,7 @@ Virtually anything that can be scripted can be managed as part of a Pacemaker cl
             version "/rabbitmq-server-" version ".tar.xz"))
       (file-name (string-append name "-" version ".tar.xz"))
       (sha256
        (base32 "1dl2x5v4bj6sl51gw50aj9nch9sy03qhrfjap3k9x9jpkhm6g946"))
        (base32 "0g3wyp130cx3zvzpvppw4g6dh6hz7fn8dsg28jimqypyxkmyhqyf"))
       (patches (search-patches "rabbitmq-defaults.patch"))))
    (build-system gnu-build-system)
    (arguments