efraim pushed a commit to branch master
in repository guix.

commit 2e689c22b37b0fb5938a601be511df095250807b
Author: Efraim Flashner <[email protected]>
Date:   Wed Jan 2 21:15:25 2019 +0200

    gnu: emacs-edit-indirect: Update to 0.1.5.
    
    * gnu/packages/emacs.scm (emacs-edit-indirect): Update to 0.1.5.
    [source]: Use 'git-fetch'.
---
 gnu/packages/emacs.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ffb5a15..3adf349 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016, 2017, 2018 Chris Marusich <[email protected]>
 ;;; Copyright © 2015, 2016, 2018 Christopher Lemmer Webber 
<[email protected]>
 ;;; Copyright © 2016 Adriano Peluso <[email protected]>
-;;; Copyright © 2016, 2017, 2018 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 David Thompson <[email protected]>
 ;;; Copyright © 2016 Matthew Jordan <[email protected]>
 ;;; Copyright © 2016, 2017 Roel Janssen <[email protected]>
@@ -4584,16 +4584,17 @@ in Emacs.")
 (define-public emacs-edit-indirect
   (package
     (name "emacs-edit-indirect")
-    (version "0.1.4")
+    (version "0.1.5")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/Fanael/edit-indirect/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/Fanael/edit-indirect";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "07kr58rd1p5j764wminsssazr73hy51yw8iqcsv5z2dwgj7msv71"))))
+         "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Fanael/edit-indirect";)
     (synopsis "Edit regions in separate buffers")

Reply via email to