aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)