mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-unpackaged-el: Update to 0-4.0c1f447.
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-4.0c1f447. [propagated-inputs]: Add emacs-esxml, emacs-ts. guix style has been run too. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
5209e2b0ce
commit
7d5a498b4b
1 changed files with 12 additions and 15 deletions
|
@ -3083,8 +3083,8 @@ a constant work in progress as the language itself also progresses.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-unpackaged-el
|
||||
(let ((commit "746801a677ada6cd6fa076e423aa0953779f3fad")
|
||||
(revision "3"))
|
||||
(let ((commit "0c1f447dab29697d4e30806022f28657c1489375")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "emacs-unpackaged-el")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -3096,22 +3096,19 @@ a constant work in progress as the language itself also progresses.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jvb2ci0h0lj368qhbff3pzkxj3nhlligpbkjzi525k9rkjgm7l8"))))
|
||||
(base32 "042vcffg1scq6zq8rhv3f2hsl4ychr1gx6hlp23b8hfmz268fima"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-org emacs-s emacs-hydra emacs-use-package))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'require-hydra
|
||||
(lambda _
|
||||
(substitute* "unpackaged.el"
|
||||
((";;; Code:") ";;; Code:\n(require 'hydra)")))))))
|
||||
(propagated-inputs (list emacs-dash
|
||||
emacs-esxml
|
||||
emacs-org
|
||||
emacs-s
|
||||
emacs-hydra
|
||||
emacs-use-package
|
||||
emacs-ts))
|
||||
(home-page "https://github.com/alphapapa/unpackaged.el")
|
||||
(synopsis "Useful snippets of Emacs Lisp code")
|
||||
(description "This package provides Emacs Lisp utilities for a variety
|
||||
(description
|
||||
"This package provides Emacs Lisp utilities for a variety
|
||||
of tasks, including version control, task management, and regex-based
|
||||
replacement.")
|
||||
(license license:gpl3+))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue