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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-unpackaged-el
|
(define-public emacs-unpackaged-el
|
||||||
(let ((commit "746801a677ada6cd6fa076e423aa0953779f3fad")
|
(let ((commit "0c1f447dab29697d4e30806022f28657c1489375")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-unpackaged-el")
|
(name "emacs-unpackaged-el")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -3096,22 +3096,19 @@ a constant work in progress as the language itself also progresses.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "042vcffg1scq6zq8rhv3f2hsl4ychr1gx6hlp23b8hfmz268fima"))))
|
||||||
"0jvb2ci0h0lj368qhbff3pzkxj3nhlligpbkjzi525k9rkjgm7l8"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list emacs-dash
|
||||||
(list emacs-dash emacs-org emacs-s emacs-hydra emacs-use-package))
|
emacs-esxml
|
||||||
(arguments
|
emacs-org
|
||||||
(list
|
emacs-s
|
||||||
#:phases
|
emacs-hydra
|
||||||
#~(modify-phases %standard-phases
|
emacs-use-package
|
||||||
(add-after 'unpack 'require-hydra
|
emacs-ts))
|
||||||
(lambda _
|
|
||||||
(substitute* "unpackaged.el"
|
|
||||||
((";;; Code:") ";;; Code:\n(require 'hydra)")))))))
|
|
||||||
(home-page "https://github.com/alphapapa/unpackaged.el")
|
(home-page "https://github.com/alphapapa/unpackaged.el")
|
||||||
(synopsis "Useful snippets of Emacs Lisp code")
|
(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
|
of tasks, including version control, task management, and regex-based
|
||||||
replacement.")
|
replacement.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue