mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ewmctrl: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-ewmctrl): Update to 1.0.0. The previous commit was exactly matching "1.0.0" tag, so the hash did not change.
This commit is contained in:
parent
838835dd86
commit
e1e7cb650d
1 changed files with 31 additions and 32 deletions
|
@ -16724,16 +16724,15 @@ arXiv, Google Scholar, Library of Congress, etc.
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ewmctrl
|
(define-public emacs-ewmctrl
|
||||||
(let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-ewmctrl")
|
(name "emacs-ewmctrl")
|
||||||
(version (git-version "0.0.1" "1" commit))
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/flexibeast/ewmctrl")
|
(url "https://github.com/flexibeast/ewmctrl")
|
||||||
(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
|
||||||
|
@ -16756,7 +16755,7 @@ arXiv, Google Scholar, Library of Congress, etc.
|
||||||
(synopsis "Emacs interface to @code{wmctrl}")
|
(synopsis "Emacs interface to @code{wmctrl}")
|
||||||
(description "@code{ewmctrl} provides an Emacs interface to
|
(description "@code{ewmctrl} provides an Emacs interface to
|
||||||
@code{wmctrl} command-line window-management program.")
|
@code{wmctrl} command-line window-management program.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-erc-image
|
(define-public emacs-erc-image
|
||||||
(let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
|
(let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue