aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/packages/guix/packages/gnunet/packages/gnunet.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 5c5a33759..b3b17ada6 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -59,13 +59,13 @@
59;; Explanation for name scheme: UNIXPATH is capped at 108 characters, 59;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
60;; this causes lots of tests to fail. 60;; this causes lots of tests to fail.
61(define-public gnunetg 61(define-public gnunetg
62 (let* ((commit "6bcc73a1cbb1d4a609884762eab1b6de761ad1d9") 62 (let* ((commit "e834a115d6a4f54722b494fcaaa14d1e5f6f36b6")
63 (revision "22")) 63 (revision "23"))
64 (package 64 (package
65 (inherit gnunet) 65 (inherit gnunet)
66 (name "gnunetg") 66 (name "gnunetg")
67 (version (string-append "0.10.1" revision 67 (version (string-append "0.10.1" "-" revision
68 (string-take commit 7))) 68 "." (string-take commit 7)))
69 (source 69 (source
70 (origin 70 (origin
71 (method git-fetch) 71 (method git-fetch)
@@ -75,7 +75,7 @@
75 (file-name (string-append name "-" version "-checkout")) 75 (file-name (string-append name "-" version "-checkout"))
76 (sha256 76 (sha256
77 (base32 77 (base32
78 "13sl8fcr136wfkqay57spfpcbgb935gwpkrk9dv1bhfnzrhy4ibi")))) 78 "0paxbk19jaxbc8vm5w0y5s6lgmc6n0y0c8j1b20qdrlyaq5jxqzr"))))
79 (build-system gnu-build-system) 79 (build-system gnu-build-system)
80 (inputs 80 (inputs
81 `(("glpk" ,glpk) 81 `(("glpk" ,glpk)