From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdkOI-00018O-FV for guix-patches@gnu.org; Sun, 30 Dec 2018 18:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdkOE-0007Dy-Es for guix-patches@gnu.org; Sun, 30 Dec 2018 18:21:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34627) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gdkOE-0007Do-Aj for guix-patches@gnu.org; Sun, 30 Dec 2018 18:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gdkOE-0002r4-4g for guix-patches@gnu.org; Sun, 30 Dec 2018 18:21:02 -0500 Subject: [bug#33933] [PATCH 4/4] gnu: guile-gnunet: Update to 0.0-1.d12167a. References: <87pntihaht.fsf@gmail.com> In-Reply-To: <87pntihaht.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Mon, 31 Dec 2018 07:19:53 +0800 Message-ID: <878t06haau.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33933@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0004-gnu-guile-gnunet-Update-to-0.0-1.d12167a.patch Content-Transfer-Encoding: quoted-printable From=208009339b00ce374fadea36e964d0fcbcb85ed044 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Mon, 31 Dec 2018 07:00:39 +0800 Subject: [PATCH 4/4] gnu: guile-gnunet: Update to 0.0-1.d12167a. * gnu/packages/gnunet.scm (guile-gnunet): Update to 0.0-1.d12167a. [version]: Use git-version. [source]: Use git-file-name. =2D-- gnu/packages/gnunet.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 79584fcf0..b00c8848a 100644 =2D-- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -310,19 +310,20 @@ kinds of basic applications for the foundation of a G= NU internet.") (home-page "https://gnunet.org/"))) =20 (define-public guile-gnunet ;GSoC 2015! =2D (let ((commit "383eac2aab175d8d9ea5315c2f1c8a5055c76a52")) + (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602") + (revision "1")) (package (name "guile-gnunet") =2D (version (string-append "0.0." (string-take commit 7))) + (version (git-version "0.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://git.savannah.gnu.org/git/guix/gnunet.g= it/") (commit commit))) =2D (file-name (string-append name "-" version "-checkout")) + (git-file-name name version) (sha256 (base32 =2D "0k6mn28isjlxrnvbnblab3nh2xqx1b7san8k98kc35ap9lq0iz8w"= )))) + "0nqc18jh9j30y4l6yh6j35byfg6qalq7yr3frv9rk10qa041c2sv"))= )) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("autoconf" ,autoconf-wrapper) =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCXClSmQAKCRBh71Au9gJS 8k0iAP48aLSDEozUB04RmkP7PDxDl3mk+pHToFC5hAmnKKNvzQD+KzwpOaRZUQ54 3sk94lbKRDNProk2BL0b7JTiShAueAY= =Qe6Y -----END PGP SIGNATURE----- --==-=-=--