From df398d5b4340a114f76bcfc546ea040eceac326c Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 7 Sep 2017 20:15:08 +0000 Subject: contrib: bump gnunet. --- contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/packages/guix/packages/gnunet/packages/gnunet.scm') diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm index 01cf1700d..520839633 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 "ecad620e1c50f7531cb9e22891213de9eb33f32c") - (revision "29")) + (let* ((commit "b005d5e4dac03fcfdabf0d0de434da3b295f6d63") + (revision "30")) (package (inherit gnunet) (name "gnunetg") @@ -77,7 +77,7 @@ (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1f8kph3bp71flw9z59ia64xl21qjzkssxwqj7s9svxs6ii3c3xm2")))) + "0r6blgra4s4zknmxv9im3wg0q08pg2kvhq0lfir49fg1wgfk0dqj")))) (build-system gnu-build-system) (inputs `(("glpk" ,glpk) -- cgit v1.2.3