From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPGL3-0003B5-No for guix-patches@gnu.org; Sun, 25 Jun 2017 18:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPGL0-0005wH-Kf for guix-patches@gnu.org; Sun, 25 Jun 2017 18:49:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35072) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPGL0-0005w2-Gt for guix-patches@gnu.org; Sun, 25 Jun 2017 18:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dPGL0-0007OX-7c for guix-patches@gnu.org; Sun, 25 Jun 2017 18:49:02 -0400 Subject: bug#27466: [PATCH] gnu: Add jmtpfs. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sun, 25 Jun 2017 18:48:52 -0400 From: Leo Famulari Message-ID: <20170625224852.GA10146@jasmine.lan> References: <7a0af566.AEUAL3JEvWoAAAAAAAAAAAO8ccgAAAACwQwAAAAAAAW9WABZT-eH@mailjet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7a0af566.AEUAL3JEvWoAAAAAAAAAAAO8ccgAAAACwQwAAAAAAAW9WABZT-eH@mailjet.com> 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: Arun Isaac Cc: 27466-done@debbugs.gnu.org On Sun, Jun 25, 2017 at 10:10:23PM +0530, Arun Isaac wrote: > > > +(define-public jmtpfs > > + (package > > + (name "jmtpfs") > > + (version "0.5") > > + (source > > + (origin > > + (method git-fetch) > > + (uri (git-reference > > + (url "https://github.com/JasonFerrara/jmtpfs.git") > > + (commit (string-append "v" version)))) > > + (file-name (string-append name "-" version "-checkout")) > > There is a release tarball on the github page of this project. Why not > use that? > > https://github.com/JasonFerrara/jmtpfs/archive/v0.5.tar.gz I missed it — thanks for catching this! Pushed as afc9d8ec2b724b67f85b05011725bb636f209a1a.