guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: emacs-load-relative: Update to 1.3.2.


From: guix-commits
Subject: 03/12: gnu: emacs-load-relative: Update to 1.3.2.
Date: Fri, 17 Feb 2023 18:05:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7278eb4005e6d7dbc7ba8a4a991d3579e46eaf60
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 17 23:21:11 2023 +0100

    gnu: emacs-load-relative: Update to 1.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.2.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 80f3cdd771..f04c424c13 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10930,14 +10930,14 @@ test tags.  It supports both interactive and 
non-interactive use.")
 (define-public emacs-load-relative
   (package
     (name "emacs-load-relative")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/load-relative-";
-                           version ".el"))
+                           version ".tar"))
        (sha256
-        (base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
+        (base32 "1fwa51jp0sq5l69y98l2zyj0iq9s6rj1rnqrmvncif61smma8fd7"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/rocky/emacs-load-relative";)
     (synopsis "Emacs Lisp relative file loading related functions")



reply via email to

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