diff options
| author | wrobell <wrobell@riseup.net> | 2026-06-08 22:03:26 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-06-14 11:15:35 +0300 |
| commit | 65bf86c92e460190ee6f87fe2d6f78af51c1f55b (patch) | |
| tree | fd6cfc310879419c27b40b0d05879c16d7023de7 /gnu/packages/rust-apps.scm | |
| parent | 6854684cf3c4b7aa33a2b1047fec66ce616c4548 (diff) | |
gnu: rabbitmqadmin: Update to 2.32.0.
* gnu/packages/rust-apps.scm (rabbitmqadmin): Update to 2.32.0.
[inputs]: Remove openssl.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[rabbitmqadmin]:
Update entry.
Change-Id: I58e14f1e4f79ef1000b5fcd94dc4d2441c8566a2
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 1ce256c48b8..66b6f06cc64 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -4932,7 +4932,7 @@ minimum contrast levels, and more.") | |||
| 4932 | (define-public rabbitmqadmin | 4932 | (define-public rabbitmqadmin |
| 4933 | (package | 4933 | (package |
| 4934 | (name "rabbitmqadmin") | 4934 | (name "rabbitmqadmin") |
| 4935 | (version "2.9.0") | 4935 | (version "2.25.0") |
| 4936 | (source | 4936 | (source |
| 4937 | (origin | 4937 | (origin |
| 4938 | (method git-fetch) | 4938 | (method git-fetch) |
| @@ -4941,12 +4941,12 @@ minimum contrast levels, and more.") | |||
| 4941 | (commit (string-append "v" version)))) | 4941 | (commit (string-append "v" version)))) |
| 4942 | (file-name (git-file-name name version)) | 4942 | (file-name (git-file-name name version)) |
| 4943 | (sha256 | 4943 | (sha256 |
| 4944 | (base32 "04czi8s6nflvp1n2p1fl2wk6jqi0gsi7j52m4dnr6hvzf1mcn91n")))) | 4944 | (base32 "1js79z4darfc0a16qq3m3c82yfpv3z7r2vpwkwk907vhvg5r1xjw")))) |
| 4945 | (build-system cargo-build-system) | 4945 | (build-system cargo-build-system) |
| 4946 | (arguments | 4946 | (arguments |
| 4947 | (list #:tests? #f ;Tests require local instance of RabbitMQ broker. | 4947 | (list #:tests? #f ;Tests require local instance of RabbitMQ broker. |
| 4948 | #:install-source? #f)) | 4948 | #:install-source? #f)) |
| 4949 | (inputs (cons* mimalloc openssl (cargo-inputs 'rabbitmqadmin))) | 4949 | (inputs (cons* mimalloc (cargo-inputs 'rabbitmqadmin))) |
| 4950 | (home-page "https://www.rabbitmq.com/docs/management-cli") | 4950 | (home-page "https://www.rabbitmq.com/docs/management-cli") |
| 4951 | (synopsis "Manage RabbitMQ broker via the management plugin") | 4951 | (synopsis "Manage RabbitMQ broker via the management plugin") |
| 4952 | (description | 4952 | (description |
