On Sun, Aug 14, 2016 at 07:36:17PM +0000, Leo Famulari wrote: > lfam pushed a commit to branch core-updates > in repository guix. > > commit 2b11b9ab428cd8c1a20c53841761a33d74226014 > Author: Leo Famulari <l...@famulari.name> > Date: Sun Aug 14 15:35:52 2016 -0400 > > gnu: p11-kit: Update to 0.23.2. > > * gnu/packages/tls.scm (p11-kit): Update to 0.23.2. > --- > gnu/packages/tls.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
> - (version "0.23.1") > + (version "0.23.2") > (source > (origin > (method url-fetch) > @@ -79,7 +79,7 @@ specifications.") > version ".tar.gz")) > (sha256 > (base32 > - "1i3a1wdpagm0p3y1bwaz5x5rjhcpqbcrnhkcp10p259vkxk72wz5")) > + "1w7szm190phlkg7qx05ychlj2dbvkgkhx9gw6dx4d5rw62l6wwms")) > (modules '((guix build utils))) ; for substitute* > (snippet > '(begin The bug report related to this commit just got a reply with a three-line patch: https://bugs.freedesktop.org/show_bug.cgi?id=89027#c1 Is anybody qualified to review the patch?