Skip to content
Snippets Groups Projects
Commit a78daf5e authored by Alex Kost's avatar Alex Kost
Browse files

gnu: kbd: Update to 2.0.3.

* gnu/packages/linux.scm (kbd): Update to 2.0.3.
parent 5953d2b7
No related branches found
No related tags found
No related merge requests found
...@@ -1464,14 +1464,14 @@ (define-public numactl ...@@ -1464,14 +1464,14 @@ (define-public numactl
(define-public kbd (define-public kbd
(package (package
(name "kbd") (name "kbd")
(version "2.0.2") (version "2.0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-" (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"04mrms12nm5sas0nxs94yrr3hz7gmqhnmfgb9ff34bh1jszxmzcx")) "0ppv953gn2zylcagr4z6zg5y2x93dxrml29plypg6xgbq3hrv2bs"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment