guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: emacs-find-file-in-project: Update Git reference.


From: guix-commits
Subject: 03/08: gnu: emacs-find-file-in-project: Update Git reference.
Date: Thu, 7 Oct 2021 09:20:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 944bd79113b9c856b11dd2b40d40e0274a9f4dd9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 7 12:25:17 2021 +0200

    gnu: emacs-find-file-in-project: Update Git reference.
    
    * gnu/packages/emacs-xyz.scm (emacs-find-file-in-project)[source]:
    Specify commit rather than tag.
---
 gnu/packages/emacs-xyz.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 797c187..50b5161 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic 
Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Alex Kost 
<alezost@gmail.com>
 ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
@@ -10396,7 +10396,12 @@ maximizes flexibility (at the expense of 
conciseness).")
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/technomancy/find-file-in-project";)
-                    (commit version)))
+
+                    ;; The "6.1.2" tag was modified in place, initially
+                    ;; pointing to 756f616f77f3829de07821480e229c587c1afec0
+                    ;; and then change to the subsequent commit,
+                    ;; 52274e6001545bdf45c6477ba21bfaa8eca04755.
+                    (commit "756f616f77f3829de07821480e229c587c1afec0")))
               (file-name (git-file-name name version))
               (sha256
                (base32



reply via email to

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