mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-evdev: Update to 1.9.1.
* gnu/packages/linux.scm (python-evdev): Update to 1.9.1. Change-Id: Idb6b5ddbc81f9997281bd304e23bf6071a89dfcb Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
946576b26a
commit
6fb2ba00a6
1 changed files with 2 additions and 2 deletions
|
|
@ -5002,7 +5002,7 @@ time.")
|
|||
(define-public python-evdev
|
||||
(package
|
||||
(name "python-evdev")
|
||||
(version "1.5.0")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests data in PyPi package
|
||||
|
|
@ -5011,7 +5011,7 @@ time.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1cbakix48zxivbznzb02w7sbxmqfaiaahhvjnjz4yif4vyrdyjli"))))
|
||||
(base32 "09p7pj0xhv23hqlpx865klrxrf7x6sw1bdsgs6pq900jvz92pl16"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue