all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Wicki Gabriel (wicg)" <wicg@zhaw.ch>
To: 68475@debbugs.gnu.org
Subject: [bug#68475] [PATCH] Update python-evdev to 1.5.0.
Date: Mon, 15 Jan 2024 15:01:01 +0000	[thread overview]
Message-ID: <ZR0P278MB026870AD15D2655BC5BE4EA8C16C2@ZR0P278MB0268.CHEP278.PROD.OUTLOOK.COM> (raw)


[-- 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


             reply	other threads:[~2024-01-15 15:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-15 15:01 Wicki Gabriel (wicg) [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZR0P278MB026870AD15D2655BC5BE4EA8C16C2@ZR0P278MB0268.CHEP278.PROD.OUTLOOK.COM \
    --to=wicg@zhaw.ch \
    --cc=68475@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.