diff options
author | ng0 <ng0@infotropique.org> | 2017-08-24 09:46:46 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-08-24 09:46:46 +0000 |
commit | 9fabad46447d7dbd0c23d1cadb1fba62330404c2 (patch) | |
tree | 034d534947148cc32489f73bb91f43dd593df259 | |
parent | 2909294342ee9c9cdacfbc75ab852c54f34c7bb9 (diff) |
contrib: bump gnunet guix.
-rw-r--r-- | contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm index 71d5a8b46..ba24ffc51 100644 --- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm +++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm @@ -60,8 +60,8 @@ ;; Explanation for name scheme: UNIXPATH is capped at 108 characters, ;; this causes lots of tests to fail. (define-public gnunetg - (let* ((commit "e834a115d6a4f54722b494fcaaa14d1e5f6f36b6") - (revision "23")) + (let* ((commit "2909294342ee9c9cdacfbc75ab852c54f34c7bb9") + (revision "25")) (package (inherit gnunet) (name "gnunetg") @@ -76,7 +76,7 @@ (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0paxbk19jaxbc8vm5w0y5s6lgmc6n0y0c8j1b20qdrlyaq5jxqzr")))) + "1nlzwsbj58bgsjnf46zp03f108d7fmcls7qi0l41iyvniyj3hfa5")))) (build-system gnu-build-system) (inputs `(("glpk" ,glpk) |