~ruther/guix-local

3fd67f35076228553e72b17efe98f7b02a48961c — Nicolas Goaziou 2 months ago 54fa442
gnu: emacs-epkg: Update to 4.1.1.

* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.1.1.

Change-Id: I1d40777fc83e4d3f713458dc93ade2d8d0771600
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 27449,7 27449,7 @@ match your personal coding style.")
(define-public emacs-epkg
  (package
    (name "emacs-epkg")
    (version "4.1.0")
    (version "4.1.1")
    (source
     (origin
       (method git-fetch)


@@ 27458,7 27458,7 @@ match your personal coding style.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0j3abhk3vhbpx2m2hgsafij24a9f55kza9fcy54vh81rh3c15q97"))))
        (base32 "06dmsmjgqj5rfy72lkswba02w4rmfaj212qgdw9i8pw7s3fd4f37"))))
    (build-system emacs-build-system)
    (arguments
     `(#:lisp-directory "lisp"