mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-wakib-keys: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-wakib-keys): Update to 1.0.0. Change-Id: I35101ef73364f8e4014e09c8aac163a8d8a2d8e1
This commit is contained in:
parent
dbe1711a3a
commit
efaa3e5b85
1 changed files with 17 additions and 19 deletions
|
@ -14048,16 +14048,14 @@ fully-functional one.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-wakib-keys
|
(define-public emacs-wakib-keys
|
||||||
(let ((revision "0")
|
|
||||||
(commit "85a96e0476d620add31e6e73481dbcf57cabc13e"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-wakib-keys")
|
(name "emacs-wakib-keys")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/darkstego/wakib-keys.git")
|
(url "https://github.com/darkstego/wakib-keys.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -14068,7 +14066,7 @@ fully-functional one.")
|
||||||
modern, efficient and easy to learn keybindings (especially C-c, C-x and C-v
|
modern, efficient and easy to learn keybindings (especially C-c, C-x and C-v
|
||||||
work and provide clipboard action).")
|
work and provide clipboard action).")
|
||||||
(home-page "https://github.com/darkstego/wakib-project")
|
(home-page "https://github.com/darkstego/wakib-project")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-hydra
|
(define-public emacs-hydra
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue