[PATCH] gnu: java-bouncycastle: Update source hash.

  • Open
  • quality assurance status badge
Details
One participant
  • Greg Hogan
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 12 Mar 15:01 +0100
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
38a558f5a4ea777caee652a14ec6803b6a3b71e6.1710172970.git.code@greghogan.com
$ ./pre-inst-env guix build java-bouncycastle
The following derivations will be built:
/gnu/store/by8dslj6wrmjfx8cgq3zj4xy10klq4rg-java-bouncycastle-1.67.drv
/gnu/store/4h86s27281nwv607irkk82wfvwlamq32-java-bouncycastle-1.67-checkout.drv
/gnu/store/jr904i7wnxqm264ncvvyn0q4z7q1vgrq-java-bouncycastle-1.67-checkout.drv

building /gnu/store/jr904i7wnxqm264ncvvyn0q4z7q1vgrq-java-bouncycastle-1.67-checkout.drv...
\r:sha256 hash mismatch for /gnu/store/n36xp71g30xksikr2ghghqx9kdnirv25-java-bouncycastle-1.67-checkout:
expected hash: 1449q7fyh03s1q0bqljcrhgacwcyqmg2bbvb3z084avgapwsainz
actual hash: 0ycdm2l0cwcpzh1zab3hbb21qcfx9n4lgh0v467ybn61cg0wmya6
hash mismatch for store item '/gnu/store/n36xp71g30xksikr2ghghqx9kdnirv25-java-bouncycastle-1.67-checkout'
build of /gnu/store/jr904i7wnxqm264ncvvyn0q4z7q1vgrq-java-bouncycastle-1.67-checkout.drv failed
View build log at '/var/log/guix/drvs/jr/904i7wnxqm264ncvvyn0q4z7q1vgrq-java-bouncycastle-1.67-checkout.drv.gz'.
cannot build derivation `/gnu/store/4h86s27281nwv607irkk82wfvwlamq32-java-bouncycastle-1.67-checkout.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/by8dslj6wrmjfx8cgq3zj4xy10klq4rg-java-bouncycastle-1.67.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/by8dslj6wrmjfx8cgq3zj4xy10klq4rg-java-bouncycastle-1.67.drv' failed

* gnu/packages/java.scm (java-bouncycastle): Update source hash.
---
gnu/packages/java.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 613742007ad..d04f6d37a56 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11059,7 +11059,7 @@ (define-public java-bouncycastle
(file-name (git-file-name name version))
(sha256
(base32
- "1449q7fyh03s1q0bqljcrhgacwcyqmg2bbvb3z084avgapwsainz"))
+ "0ycdm2l0cwcpzh1zab3hbb21qcfx9n4lgh0v467ybn61cg0wmya6"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 1e5e3d8e24e8ed0b071fcd4b95d2a0a05c80c546
--
2.44.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 69747@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69747
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch