aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages
diff options
context:
space:
mode:
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 7840705a6..6fb7b0ef9 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -61,8 +61,8 @@
61;; Explanation for name scheme: UNIXPATH is capped at 108 characters, 61;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
62;; this causes lots of tests to fail. 62;; this causes lots of tests to fail.
63(define-public gnunetg 63(define-public gnunetg
64 (let* ((commit "b005d5e4dac03fcfdabf0d0de434da3b295f6d63") 64 (let* ((commit "72eed87e6d34d15d60d2cb0b2f4cdeabbf0ad690")
65 (revision "30")) 65 (revision "31"))
66 (package 66 (package
67 (inherit gnunet) 67 (inherit gnunet)
68 (name "gnunetg") 68 (name "gnunetg")
@@ -77,7 +77,7 @@
77 (file-name (string-append name "-" version "-checkout")) 77 (file-name (string-append name "-" version "-checkout"))
78 (sha256 78 (sha256
79 (base32 79 (base32
80 "10wfb58pi55399cw100vplq3f8nxg2vl6sywcmvkx3wg1d3firla")))) 80 "1ylc7dksx71clc46378fag6nqr2ivfmdgdp3fa8frqzfqsg1x1j8"))))
81 (build-system gnu-build-system) 81 (build-system gnu-build-system)
82 (inputs 82 (inputs
83 `(("glpk" ,glpk) 83 `(("glpk" ,glpk)