From febd18e42cb9ce7b05a48db0550474681fb7133c Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 26 Sep 2017 15:28:41 +0000 Subject: contrib/p/guix: bump version. --- contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/packages') diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm index 7840705a6..6fb7b0ef9 100644 --- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm +++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm @@ -61,8 +61,8 @@ ;; Explanation for name scheme: UNIXPATH is capped at 108 characters, ;; this causes lots of tests to fail. (define-public gnunetg - (let* ((commit "b005d5e4dac03fcfdabf0d0de434da3b295f6d63") - (revision "30")) + (let* ((commit "72eed87e6d34d15d60d2cb0b2f4cdeabbf0ad690") + (revision "31")) (package (inherit gnunet) (name "gnunetg") @@ -77,7 +77,7 @@ (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "10wfb58pi55399cw100vplq3f8nxg2vl6sywcmvkx3wg1d3firla")))) + "1ylc7dksx71clc46378fag6nqr2ivfmdgdp3fa8frqzfqsg1x1j8")))) (build-system gnu-build-system) (inputs `(("glpk" ,glpk) -- cgit v1.2.3