From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 14:29:25 2022 Received: (at 58561) by debbugs.gnu.org; 17 Oct 2022 18:29:25 +0000 Received: from localhost ([127.0.0.1]:49955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okUrc-0002QO-Tj for submit@debbugs.gnu.org; Mon, 17 Oct 2022 14:29:25 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:25921) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okUra-0002Q7-LA for 58561@debbugs.gnu.org; Mon, 17 Oct 2022 14:29:23 -0400 Date: Mon, 17 Oct 2022 18:29:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1666031356; x=1666290556; bh=MktP1jLL/+U131amRyiPZ0k7pejX+2sSDt5xcZWtf+0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=t1lWfKpmjXyQ03z2wwoHUJSblYnNiBBK9laqp/DQOj/m5ZBw6PqNxmaP5niKMFmFf oEC0AN7480z8plRNF5pDdl6z2oAV4wmf7yqPbn1xyAvGemnva7uUhmjyXPMOwEOu/K t4q6ACYieRmRaUAVozEnmbd1+/1kh5cPCTCK6rkqiJxxKUqyas/WGk+hL3lyl4g9u7 bh/ykKZswDjsmY+wVJvuZqv35dgFaN+3VPgwzj2A+1paEh5JsRGPPM0X41uDg2KzHv ocm3qDQcLZSqDErSjR9nmyORMzLu0YFRGjYTRzsUw2OGWpnkk3SsM/QSFEfJS3t642 03eQqivNTdB9A== To: zimoun From: phodina Subject: Re: bug#58561: Source hash mismatch with aggregator + possible guix bug with hashes. Message-ID: In-Reply-To: <87y1ten8jy.fsf@gmail.com> References: <0df50579-d645-5a43-d558-4c49e503bb57@brendan.scot> <87y1ten8jy.fsf@gmail.com> Feedback-ID: 14143818:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58561 Cc: 58561@debbugs.gnu.org, mail@brendan.scot, Marius Bakke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Simon, > Indeed, commit 6971feca53a19d60fdd2b39fb2a8966ccf1d6598 pushed on > core-updates reads, >=20 > --8<---------------cut here---------------start------------->8--- >=20 > (define-public akregator > (package > (name "akregator") > - (version "21.12.3") > + (version "22.04.3") > (source > (origin > (method url-fetch) > (uri (string-append "mirror://kde/stable/release-service/" version > "/src/akregator-" version ".tar.xz")) > (sha256 > - (base32 "1yy5c29zxpli4cddknmdvjkgii3j7pvw6lhwqfrqjc8jh83gm8f8")))) > + (base32 "9yy5c29zxpli4cddknmdvjkgii3j7pvw6lhwqfrqjc8jh83gm8f8")))) > (build-system qt-build-system) > --8<---------------cut here---------------end--------------->8--- >=20 > > Is there a bug with how guix is reading/writing sha256 hashes? >=20 >=20 > Is it a mistake here? A human-typo replacing =E2=80=991=E2=80=99 by = =E2=80=999=E2=80=99? Or > something else? Petr? It's just typo. I used mostly guix refresh for large part of the packages. = Guess I updated this one manually or somehow cast wrong incantation in Vim. Sorry for my mistake. I tried to check most of the changes I made in the pa= tch series but this one slipped through in the many rounds of rebuilding Qt= and KDE. ---- Petr