contrib: guix: Bump gnunet package commit.
authorng0 <ng0@infotropique.org>
Wed, 6 Sep 2017 10:13:38 +0000 (10:13 +0000)
committerng0 <ng0@infotropique.org>
Wed, 6 Sep 2017 10:13:38 +0000 (10:13 +0000)
contrib/packages/guix/packages/gnunet/packages/gnunet.scm

index acbba303f2a5bcadc8a9637490bf7913c19664a3..7de216f1dfc45e4baaa0ec3488eb160c17a87939 100644 (file)
@@ -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 "091ade13613a2880f59af39ceee988ac983645a3")
-         (revision "27"))
+  (let* ((commit "292cc51b35bcb727fa80b7c95730dae02e41a7d4")
+         (revision "28"))
     (package
       (inherit gnunet)
       (name "gnunetg")
@@ -77,7 +77,7 @@
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "1irs8fs5hcv5bbbs71r1srl9p22h8y1kp2p5dapxrkiab68vrwhs"))))
+           "0sapap3y7bakmmbj5jijbp60xbmaqiliwcsk9qfgaz571wsccpy3"))))
       (build-system gnu-build-system)
       (inputs
        `(("glpk" ,glpk)