gnu: emacs-load-relative: Update to 1.3.2.

* gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.2.
This commit is contained in:
Nicolas Goaziou 2023-02-17 23:21:11 +01:00
parent 0c20d3dc87
commit 7278eb4005
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10930,14 +10930,14 @@ (define-public emacs-test-simple
(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")