guix-patches
[Top][All Lists]
Advanced

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

bug#27466: [PATCH] gnu: Add jmtpfs.


From: Leo Famulari
Subject: bug#27466: [PATCH] gnu: Add jmtpfs.
Date: Sun, 25 Jun 2017 18:48:52 -0400
User-agent: Mutt/1.8.3 (2017-05-23)

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.





reply via email to

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