aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-24 09:46:46 +0000
committerng0 <ng0@infotropique.org>2017-08-24 09:46:46 +0000
commit9fabad46447d7dbd0c23d1cadb1fba62330404c2 (patch)
tree034d534947148cc32489f73bb91f43dd593df259 /contrib/packages
parent2909294342ee9c9cdacfbc75ab852c54f34c7bb9 (diff)
downloadgnunet-9fabad46447d7dbd0c23d1cadb1fba62330404c2.tar.gz
gnunet-9fabad46447d7dbd0c23d1cadb1fba62330404c2.zip
contrib: bump gnunet guix.
Diffstat (limited to 'contrib/packages')
-rw-r--r--contrib/packages/guix/packages/gnunet/packages/gnunet.scm6
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 @@
60;; Explanation for name scheme: UNIXPATH is capped at 108 characters, 60;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
61;; this causes lots of tests to fail. 61;; this causes lots of tests to fail.
62(define-public gnunetg 62(define-public gnunetg
63 (let* ((commit "e834a115d6a4f54722b494fcaaa14d1e5f6f36b6") 63 (let* ((commit "2909294342ee9c9cdacfbc75ab852c54f34c7bb9")
64 (revision "23")) 64 (revision "25"))
65 (package 65 (package
66 (inherit gnunet) 66 (inherit gnunet)
67 (name "gnunetg") 67 (name "gnunetg")
@@ -76,7 +76,7 @@
76 (file-name (string-append name "-" version "-checkout")) 76 (file-name (string-append name "-" version "-checkout"))
77 (sha256 77 (sha256
78 (base32 78 (base32
79 "0paxbk19jaxbc8vm5w0y5s6lgmc6n0y0c8j1b20qdrlyaq5jxqzr")))) 79 "1nlzwsbj58bgsjnf46zp03f108d7fmcls7qi0l41iyvniyj3hfa5"))))
80 (build-system gnu-build-system) 80 (build-system gnu-build-system)
81 (inputs 81 (inputs
82 `(("glpk" ,glpk) 82 `(("glpk" ,glpk)