[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52421] [PATCH 4/5] gnu. java-lmax-disruptor: Update to 3.4.4.
From: |
Julien Lepiller |
Subject: |
[bug#52421] [PATCH 4/5] gnu. java-lmax-disruptor: Update to 3.4.4. |
Date: |
Sat, 11 Dec 2021 03:23:06 +0100 |
* gnu/packages/java.scm (java-lmax-disruptor): Update to 3.4.4.
---
gnu/packages/java.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 192105008f..785e9f13e2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11318,15 +11318,16 @@ (define-public java-bouncycastle
(define-public java-lmax-disruptor
(package
(name "java-lmax-disruptor")
- (version "3.3.7")
+ (version "3.4.4")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/LMAX-Exchange/disruptor/"
- "archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/LMAX-Exchange/disruptor")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "17da2gwj5abnlsfgn2xqjk5lgzbg4vkb0hdv2dvc8r2fx4bi7w3g"))))
+ "02c5kp3n8a73dq9ay7ar53s1k3x61z9yzc5ikqb03m6snr1wpfqn"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "java-lmax-disruptor.jar"
--
2.34.0
- [bug#52421] [PATCH][SECURITY] gnu: java-log4j-api: Update to 2.15.0., Julien Lepiller, 2021/12/10
- [bug#52421] [PATCH 1/5] gnu: java-jansi: Update to 2.4.0., Julien Lepiller, 2021/12/10
- [bug#52421] [PATCH 2/5] gnu: Add java-jctools-core-1., Julien Lepiller, 2021/12/10
- [bug#52421] [PATCH 3/5] gnu: Add java-conversant-disruptor., Julien Lepiller, 2021/12/10
- [bug#52421] [PATCH 5/5] gnu: java-log4j-api: Update to 2.15.0., Julien Lepiller, 2021/12/10
- [bug#52421] [PATCH 4/5] gnu. java-lmax-disruptor: Update to 3.4.4.,
Julien Lepiller <=
- [bug#52421] [PATCH][SECURITY] gnu: java-log4j-api: Update to 2.15.0., Ludovic Courtès, 2021/12/11