commit 7ffc19b31d0f58b925fec6c841248a68b45ca228 parent df398d5b4340a114f76bcfc546ea040eceac326c Author: ng0 <ng0@infotropique.org> Date: Thu, 7 Sep 2017 20:16:46 +0000 contrib: fix hash. Diffstat:
| M | contrib/packages/guix/packages/gnunet/packages/gnunet.scm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm @@ -77,7 +77,7 @@ (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0r6blgra4s4zknmxv9im3wg0q08pg2kvhq0lfir49fg1wgfk0dqj")))) + "10wfb58pi55399cw100vplq3f8nxg2vl6sywcmvkx3wg1d3firla")))) (build-system gnu-build-system) (inputs `(("glpk" ,glpk)