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

* gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-13 15:34:50 +02:00
parent ca49db2735
commit 5aa5187128
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -5026,15 +5026,14 @@ (define-public emacs-test-simple
(define-public emacs-load-relative
(package
(name "emacs-load-relative")
(version "1.3")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/load-relative-"
version ".el"))
(sha256
(base32
"1hfxb2436jdsi9wfmsv47lkkpa5galjf5q81bqabbsv79rv59dps"))))
(base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
(build-system emacs-build-system)
(home-page "http://github.com/rocky/emacs-load-relative")
(synopsis "Emacs Lisp relative file loading related functions")