diff options
author | ng0 <ng0@infotropique.org> | 2017-09-07 19:55:27 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-07 19:55:27 +0000 |
commit | 5df0d36e105b7098fc6d00968de7203c772b46f4 (patch) | |
tree | 7fa171cef1c1dedc556e557e7d32f79cbb9fa93b /contrib/packages | |
parent | ecad620e1c50f7531cb9e22891213de9eb33f32c (diff) |
contrib: bump gnunet
Diffstat (limited to 'contrib/packages')
-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 ac417921bb..01cf1700de 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 "292cc51b35bcb727fa80b7c95730dae02e41a7d4") - (revision "28")) + (let* ((commit "ecad620e1c50f7531cb9e22891213de9eb33f32c") + (revision "29")) (package (inherit gnunet) (name "gnunetg") @@ -77,7 +77,7 @@ (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0sapap3y7bakmmbj5jijbp60xbmaqiliwcsk9qfgaz571wsccpy3")))) + "1f8kph3bp71flw9z59ia64xl21qjzkssxwqj7s9svxs6ii3c3xm2")))) (build-system gnu-build-system) (inputs `(("glpk" ,glpk) |