aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnonymized <anonymous@example.com>2018-01-30 20:27:39 +0100
committerAnonymized <anonymous@example.com>2018-01-30 20:27:39 +0100
commitbc1163e7a9347569712d2c2e6c4c1e678c142ec9 (patch)
tree5db5eeb114fc698ae4a990df791b9d16a8eaaca7
parent850e0e480cb5d7c44f41133c7f0b499aaeac2b27 (diff)
downloadgnunet-guile2-bc1163e7a9347569712d2c2e6c4c1e678c142ec9.tar.gz
gnunet-guile2-bc1163e7a9347569712d2c2e6c4c1e678c142ec9.zip
guix: update gnunet
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index c333974..685a427 100644
--- a/guix.scm
+++ b/guix.scm
@@ -79,7 +79,7 @@
79;; TEMP FIX until we have the problem fixed above. 79;; TEMP FIX until we have the problem fixed above.
80;; XXX: Bump this when gnunetg in gnunet.git is bumped! 80;; XXX: Bump this when gnunetg in gnunet.git is bumped!
81(define gnunet-git 81(define gnunet-git
82 (let* ((commit "f0140aa59e7e6570deec0cde35fc0147ee1292cb") 82 (let* ((commit "a882bcf1635612a5d65d7a2fd402acd0bf9355ff")
83 (revision "2")) 83 (revision "2"))
84 (package 84 (package
85 (inherit gnunet) 85 (inherit gnunet)
@@ -96,7 +96,7 @@
96 (file-name (string-append name "-" version "-checkout")) 96 (file-name (string-append name "-" version "-checkout"))
97 (sha256 97 (sha256
98 (base32 98 (base32
99 "0k3g0qi7vlzidv0a0mp5i6jd1yf2ingvjisnzvqk4jh4mgiz7vqw")))) 99 "0hq0ib7112n92w28p3r00s11n8ag0ilv4h4jvdj0314hpk8n436w"))))
100 (build-system gnu-build-system) 100 (build-system gnu-build-system)
101 (inputs 101 (inputs
102 `(("glpk" ,glpk) 102 `(("glpk" ,glpk)