[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu. java-lmax-disruptor: Update to 3.4.4.
From: |
guix-commits |
Subject: |
04/06: gnu. java-lmax-disruptor: Update to 3.4.4. |
Date: |
Sat, 11 Dec 2021 18:00:57 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 514deaa8d469d37a4ab7f9bae1a156f003fc6152
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Dec 11 03:02:15 2021 +0100
gnu. java-lmax-disruptor: Update to 3.4.4.
* gnu/packages/java.scm (java-lmax-disruptor): Update to 3.4.4.
[source]: Use git-fetch instead of url-fetch.
---
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 e44d7ee..f83af9c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11318,15 +11318,16 @@ programming language.")
(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"
- branch master updated (8c6508b -> d5cfca2), guix-commits, 2021/12/11
- 05/06: gnu: java-log4j-api: Update to 2.15.0., guix-commits, 2021/12/11
- 04/06: gnu. java-lmax-disruptor: Update to 3.4.4.,
guix-commits <=
- 06/06: gnu: java-log4j-api: Add cpe-name., guix-commits, 2021/12/11
- 02/06: gnu: Add java-jctools-core-1., guix-commits, 2021/12/11
- 03/06: gnu: Add java-conversant-disruptor., guix-commits, 2021/12/11
- 01/06: gnu: java-jansi: Update to 2.4.0., guix-commits, 2021/12/11