[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: java-bouncycastle: Update to 1.67.
From: |
guix-commits |
Subject: |
branch master updated: gnu: java-bouncycastle: Update to 1.67. |
Date: |
Sun, 27 Dec 2020 15:37:56 -0500 |
This is an automated email from the git hooks/post-receive script.
hoebjo pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7de292e gnu: java-bouncycastle: Update to 1.67.
7de292e is described below
commit 7de292e903b9fc6e9b13f1953182a6e4cf7fc74f
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 15:25:28 2020 +0100
gnu: java-bouncycastle: Update to 1.67.
* gnu/packages/java.scm (bouncycastle): Update to 1.67.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3e43fc0..b7955eb 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10843,7 +10843,7 @@ algorithms and xxHash hashing algorithm.")
(define-public java-bouncycastle
(package
(name "java-bouncycastle")
- (version "1.60")
+ (version "1.67")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10853,7 +10853,7 @@ algorithms and xxHash hashing algorithm.")
(file-name (git-file-name name version))
(sha256
(base32
- "1m921a1ac2dl797ffzg3d4j97ch308f25spb4jgsj3npfmmys5gb"))
+ "1449q7fyh03s1q0bqljcrhgacwcyqmg2bbvb3z084avgapwsainz"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: java-bouncycastle: Update to 1.67.,
guix-commits <=