gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: contrib: bump guix package


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: bump guix package versions.
Date: Mon, 21 Aug 2017 13:31:58 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 16103a328 contrib: bump guix package versions.
16103a328 is described below

commit 16103a328dfc5f93d90312e88694305d5e7eda07
Author: ng0 <address@hidden>
AuthorDate: Mon Aug 21 11:30:33 2017 +0000

    contrib: bump guix package versions.
---
 contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 10 +++++-----
 1 file 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 @@
 ;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
 ;; this causes lots of tests to fail.
 (define-public gnunetg
-  (let* ((commit "6bcc73a1cbb1d4a609884762eab1b6de761ad1d9")
-         (revision "22"))
+  (let* ((commit "e834a115d6a4f54722b494fcaaa14d1e5f6f36b6")
+         (revision "23"))
     (package
       (inherit gnunet)
       (name "gnunetg")
-      (version (string-append "0.10.1" revision
-                              (string-take commit 7)))
+      (version (string-append "0.10.1" "-" revision
+                              "." (string-take commit 7)))
       (source
        (origin
          (method git-fetch)
@@ -75,7 +75,7 @@
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "13sl8fcr136wfkqay57spfpcbgb935gwpkrk9dv1bhfnzrhy4ibi"))))
+           "0paxbk19jaxbc8vm5w0y5s6lgmc6n0y0c8j1b20qdrlyaq5jxqzr"))))
       (build-system gnu-build-system)
       (inputs
        `(("glpk" ,glpk)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]