gnu: wev: Use version tag instead of commit.
* gnu/packages/freedesktop.scm (wev): Update to the 1.0.0 version tag, which happens to be the same commit anyway. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
680b80e374
commit
d94be771fc
1 changed files with 31 additions and 33 deletions
|
@ -909,16 +909,14 @@ multiplexer to the KMS/DRM Linux kernel devices.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public wev
|
(define-public wev
|
||||||
;; There simple tool has no version or release yet.
|
|
||||||
(let ((commit "cee3dfb2a8b40ee303611018c68ae182d84a7f46"))
|
|
||||||
(package
|
(package
|
||||||
(name "wev")
|
(name "wev")
|
||||||
(version (string-append "2020-02-06-" (string-take commit 8)))
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~sircmpwn/wev")
|
(url "https://git.sr.ht/~sircmpwn/wev")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -943,7 +941,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
|
||||||
(description "Wev is a tool that opens a window, printing all events
|
(description "Wev is a tool that opens a window, printing all events
|
||||||
sent to a Wayland window, such as key presses. It is analogous to the X11 tool
|
sent to a Wayland window, such as key presses. It is analogous to the X11 tool
|
||||||
XEv.")
|
XEv.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public exempi
|
(define-public exempi
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue