unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68475] [PATCH] Update python-evdev to 1.5.0.
@ 2024-01-15 15:01 Wicki Gabriel (wicg)
  2024-01-15 16:07 ` [bug#68475] guix refresh -l build tests Wicki Gabriel (wicg)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wicki Gabriel (wicg) @ 2024-01-15 15:01 UTC (permalink / raw)
  To: 68475


[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]

Hi

There's an error with the current version which was fixed upstream.

The attached patch fixes the issue.

Thanks for the merge (:

g

[-- Attachment #1.2: Type: text/html, Size: 2004 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-evdev-Update-to-1.5.0.patch --]
[-- Type: text/x-patch; name="0001-gnu-python-evdev-Update-to-1.5.0.patch", Size: 1246 bytes --]

From 88676d8cea95b1237e7e0d9f89773717635cda3f Mon Sep 17 00:00:00 2001
Message-ID: <88676d8cea95b1237e7e0d9f89773717635cda3f.1705330746.git.wicg@zhaw.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Mon, 15 Jan 2024 15:56:20 +0100
Subject: [PATCH] gnu: python-evdev: Update to 1.5.0.

* gnu/packages/linux.scm (python-evdev): Update to 1.5.0.

Change-Id: Id83c621f31222ebfb4848366b94e1f16c75742aa
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 716f5907f0..d953fb3fa5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4408,13 +4408,13 @@ (define-public eudev
 (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

base-commit: 162d6a2fdd6af13272967c77347a54934ecb45e6
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-22 21:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 15:01 [bug#68475] [PATCH] Update python-evdev to 1.5.0 Wicki Gabriel (wicg)
2024-01-15 16:07 ` [bug#68475] guix refresh -l build tests Wicki Gabriel (wicg)
2024-01-20  0:02 ` [bug#68475] [PATCH] Update python-evdev to 1.5.0 Sharlatan Hellseher
2024-01-22  4:12   ` Maxim Cournoyer
2024-01-22 21:37 ` bug#68475: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).