guix-commits@gnu.org writes: > arunisaac pushed a commit to branch master > in repository guix. > > commit db18d87ac37ac063ea7ee58cfaa4eceb82818a3c > Author: Arun Isaac > Date: Fri Aug 9 14:21:02 2019 +0530 > > gnu: guile-email: Update to 0.2.0. > > * gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.0. > [source]: Update URI. > [native-inputs]: Remove autoconf and automake. Add lzip. > [arguments]: Add GUILE_AUTO_COMPILE=0 to #:make-flags. > [home-page]: Update URI. > [description]: Update description. > --- > gnu/packages/guile-xyz.scm | 21 ++++++++++++--------- > 1 file changed, 12 insertions(+), 9 deletions(-) > > diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm > index 6dcdced..8c36658 100644 > --- a/gnu/packages/guile-xyz.scm > +++ b/gnu/packages/guile-xyz.scm > @@ -907,27 +907,30 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.") > (define-public guile-email > (package > (name "guile-email") > - (version "0.1.0") > + (version "0.2.0") > (source > (origin > (method url-fetch) > (uri (string-append > - "https://git.systemreboot.net/guile-email/snapshot/guile-email-" > - version ".tar.xz")) > + "https://guile-email.systemreboot.net/releases/guile-email-" > + version ".tar.lz")) > (sha256 > (base32 > - "0p2v8q2kkz8m6vf2rsjvz3dj1mvnx7dxakjf72dwkndbgk3rp79f")))) > + "05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x")))) I'm having trouble with this hash. ./pre-inst-env guix build guile-email building /gnu/store/zhlm74mr9bv9c4f0bp337031jn52m1m5-guile-email-0.2.0.tar.lz.drv... Starting download of /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz From https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz... downloading from https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz... guile-email-0.2.0.tar.lz 176KiB 564KiB/s 00:00 [##################] 100.0% sha256 hash mismatch for /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz: expected hash: 05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x actual hash: 0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0 Downloading the file and signature, the signature matches a different hash as well. → gpg --verify guile-email-0.2.0.tar.lz.asc gpg: assuming signed data in 'guile-email-0.2.0.tar.lz' gpg: Signature made Fri 09 Aug 2019 09:01:58 BST gpg: using RSA key 7F730343F2F09F3C77BF79D32E25EE8B61802BB3 gpg: Good signature from "Arun I " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3 → guix hash guile-email-0.2.0.tar.lz 0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0 Looks like ci.guix.gnu.org is also having trouble with this change [1] 1: http://ci.guix.gnu.org/build/1572281/details Any ideas on what's wrong here Arun? Thanks, Chris