mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-evdev: Update to 1.5.0.
* gnu/packages/linux.scm (python-evdev): Update to 1.5.0. Change-Id: Id83c621f31222ebfb4848366b94e1f16c75742aa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
40cff060fd
commit
014d0541ae
1 changed files with 3 additions and 2 deletions
|
@ -78,6 +78,7 @@
|
||||||
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
|
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
|
||||||
;;; Copyright © 2023, 2024 Wilko Meyer <w@wmeyer.eu>
|
;;; Copyright © 2023, 2024 Wilko Meyer <w@wmeyer.eu>
|
||||||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
||||||
|
;;; Copyright © 2024 Gabriel Wicki <gabriel@erlikon.ch>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -4395,13 +4396,13 @@ time.")
|
||||||
(define-public python-evdev
|
(define-public python-evdev
|
||||||
(package
|
(package
|
||||||
(name "python-evdev")
|
(name "python-evdev")
|
||||||
(version "1.3.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "evdev" version))
|
(uri (pypi-uri "evdev" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kb3636yaw9l8xi8s184w0r0n9ic5dw3b8hx048jf9fpzss4kimi"))))
|
(base32 "1rig85aq6k7y75m3bm7gjpd2gljspwwf8wb0vpkpcif8yxsb2csv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no rule for tests
|
`(#:tests? #f ;no rule for tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue