gnu: java-jnacl: Update to 0.1.0-2.094e819.

* gnu/packages/java.scm (java-jnacl): Update to 0.1.0-2.094e819.
master
Ricardo Wurmus 2018-02-27 20:43:05 +01:00
parent 8333c206a9
commit 3e87923a67
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 48 additions and 46 deletions

View File

@ -7511,17 +7511,19 @@ to use.")
(license license:asl2.0)))
(define-public java-jnacl
(let ((commit "094e819afdd63ea81a499b3bcb42a271006bebd9")
(revision "2"))
(package
(name "java-jnacl")
(version "0.1.0")
(version (string-append "0.1.0-" revision "." (string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/neilalexander/jnacl")
(commit "40c322e0a42637ab17cdf941138eeaf2494055f8")))
(url "https://github.com/neilalexander/jnacl.git")
(commit commit)))
(sha256
(base32
"1pspnmp44q61a2q4bpslpxw86rfn8s5l0xgvyrikqgdvg7ypx597"))))
"1d6g6xhn83byv5943n7935wwjsk0ibk0qdvqgr699qqgqqmwisbb"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "java-jnacl.jar"
@ -7557,7 +7559,7 @@ to use.")
(synopsis "Java implementation of NaCl")
(description "Pure Java implementation of the NaCl: Networking and
Cryptography library.")
(license license:bsd-2)))
(license license:bsd-2))))
(define-public java-mvel2
(package