me
/
guix
Archived
1
0
Fork 0

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.
master
Julien Lepiller 2021-12-11 03:02:15 +01:00
parent 684e22dce2
commit 514deaa8d4
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 7 additions and 6 deletions

View File

@ -11318,15 +11318,16 @@ programming language.")
(define-public java-lmax-disruptor (define-public java-lmax-disruptor
(package (package
(name "java-lmax-disruptor") (name "java-lmax-disruptor")
(version "3.3.7") (version "3.4.4")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/LMAX-Exchange/disruptor/" (uri (git-reference
"archive/" version ".tar.gz")) (url "https://github.com/LMAX-Exchange/disruptor")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17da2gwj5abnlsfgn2xqjk5lgzbg4vkb0hdv2dvc8r2fx4bi7w3g")))) "02c5kp3n8a73dq9ay7ar53s1k3x61z9yzc5ikqb03m6snr1wpfqn"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:jar-name "java-lmax-disruptor.jar" `(#:jar-name "java-lmax-disruptor.jar"