Hello Rutger, rhelling@mykolab.com (Rutger Helling) writes: > rhelling pushed a commit to branch staging > in repository guix. > > commit 77ec9b983087900d85b8de704902ff2c1afcb6c0 > Author: Rutger Helling > Date: Fri Oct 19 18:35:50 2018 +0200 > > gnu: mesa: Update to 18.2.3. > > * gnu/packages/gl.scm (mesa): Update to 18.2.3. > --- > gnu/packages/gl.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm > index c005a6f..0c64e05 100644 > --- a/gnu/packages/gl.scm > +++ b/gnu/packages/gl.scm > @@ -224,7 +224,7 @@ also known as DXTn or DXTC) for Mesa.") > (define-public mesa > (package > (name "mesa") > - (version "18.2.2") > + (version "18.2.3") > (source > (origin > (method url-fetch) > @@ -236,7 +236,7 @@ also known as DXTn or DXTC) for Mesa.") > version "/mesa-" version ".tar.xz"))) > (sha256 > (base32 > - "1i3ky3d210vi3f5hlr9la1kspdyv093npndxsbzdklw95aqq5fn3")) > + "00rrg8i1ykwvrg94gcsvjy1l9ih8bqafkq9x122h3rkk5cvmnjcz")) This hash does not correspond to the released tarball. Can you look into it?