guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: libetpan: Don't use unstable tarball.


From: Tobias Geerinckx-Rice
Subject: 09/12: gnu: libetpan: Don't use unstable tarball.
Date: Fri, 14 Sep 2018 22:27:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aae96f8fac4a9302b4adb2f80bd205a76b843b6c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 15 03:05:01 2018 +0200

    gnu: libetpan: Don't use unstable tarball.
    
    * gnu/packages/mail.scm (libetpan)[source]: Use GIT-FETCH and
    GIT-FILE-NAME.
---
 gnu/packages/mail.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 024e75a..38e2158 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -949,12 +949,13 @@ useful features.")
     (name "libetpan")
     (version "1.8")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "https://github.com/dinhviethoa/"; name
-                   "/archive/" version ".tar.gz"))
-             (file-name (string-append name "-" version ".tar.gz"))
+             (method git-fetch)
+             (uri (git-reference
+                   (url  "https://github.com/dinhviethoa/libetpan.git";)
+                   (commit version)))
+             (file-name (git-file-name name version))
              (sha256
-               (base32 
"1sxnaglp5hb0z78sgnfzva4x8m4flqhicvm1dz0krkxdmfsafrsf"))))
+               (base32 
"09xqy1n18qn63x7idfrpwm59lfkvb1p5vxkyksywvy4f6mn4pyxk"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf-wrapper)
                      ("automake" ,automake)



reply via email to

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