guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-closql: Update to 1.0.0.


From: guix-commits
Subject: 01/07: gnu: emacs-closql: Update to 1.0.0.
Date: Wed, 9 Jan 2019 16:43:13 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit d4e915f9b5bf817c0e8f3832b8013a7be198a604
Author: Jelle Licht <address@hidden>
Date:   Sat Dec 29 14:38:06 2018 +0100

    gnu: emacs-closql: Update to 1.0.0.
    
    * gnu/packages/emacs.scm (emacs-closql): Update to 1.0.0.
    [source]: Use 'git-fetch'.
---
 gnu/packages/emacs.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b9d164a..b004345 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8856,16 +8856,17 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
 (define-public emacs-closql
   (package
     (name "emacs-closql")
-    (version "0.5.1")
+    (version "1.0.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/emacscollective/closql/archive/";
-                           "v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emacscollective/closql.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "0wa6r0kgbb7f19039p5f3di4dvrvxfgpd8bkam94fca7jvzj536c"))))
+         "0cy44d1fxkvah6fhjkn3mp6gzzrjmws1c4c20ayrma74y9xich3v"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-emacsql" ,emacs-emacsql)))



reply via email to

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