aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-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 acbba303f..7de216f1d 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 "091ade13613a2880f59af39ceee988ac983645a3") 64 (let* ((commit "292cc51b35bcb727fa80b7c95730dae02e41a7d4")
65 (revision "27")) 65 (revision "28"))
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 "1irs8fs5hcv5bbbs71r1srl9p22h8y1kp2p5dapxrkiab68vrwhs")))) 80 "0sapap3y7bakmmbj5jijbp60xbmaqiliwcsk9qfgaz571wsccpy3"))))
81 (build-system gnu-build-system) 81 (build-system gnu-build-system)
82 (inputs 82 (inputs
83 `(("glpk" ,glpk) 83 `(("glpk" ,glpk)