~ruther/guix-local

014d0541ae7fb6017564e57d03958831d4428dd0 — Gabriel Wicki 2 years ago 40cff06
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +3 -2
@@ 78,6 78,7 @@
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
;;; Copyright © 2023, 2024 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2024 Gabriel Wicki <gabriel@erlikon.ch>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 4395,13 4396,13 @@ time.")
(define-public python-evdev
  (package
    (name "python-evdev")
    (version "1.3.0")
    (version "1.5.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "evdev" version))
       (sha256
        (base32 "0kb3636yaw9l8xi8s184w0r0n9ic5dw3b8hx048jf9fpzss4kimi"))))
        (base32 "1rig85aq6k7y75m3bm7gjpd2gljspwwf8wb0vpkpcif8yxsb2csv"))))
    (build-system python-build-system)
    (arguments
     `(#:tests? #f                      ;no rule for tests