unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Troy Figiel <troy@troyfigiel.com>
To: 68306@debbugs.gnu.org
Subject: [bug#68306] [PATCH 1/3] gnu: Add rust-evdev-0.11.
Date: Sun, 7 Jan 2024 12:41:42 +0100	[thread overview]
Message-ID: <875y05xh8l.fsf@troyfigiel.com> (raw)
In-Reply-To: <877cklxhc6.fsf@troyfigiel.com>

* gnu/packages/crates-io.scm (rust-evdev-0.11): New variable.
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1bfd8fb143..578d40c781 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25515,6 +25515,19 @@ (define-public rust-evdev-0.12
     (description "This package provides evdev interface for Linux.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-evdev-0.11
+  (package
+    (inherit rust-evdev-0.12)
+    (name "rust-evdev")
+    (version "0.11.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "evdev" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1zknxkgkyh9fx3mq4div9kcgvgsiy91vzd5sq7bdinsn467sfx65"))))))
+
 (define-public rust-event-listener-2
   (package
     (name "rust-event-listener")
-- 
2.42.0





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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 15:58 [bug#68306] [PATCH 0/3] Add rust-xkbcommon-0.5 and rust-evdev-0.11 Troy Figiel
2024-01-07 11:41 ` Troy Figiel [this message]
2024-01-07 11:49 ` [bug#68306] [PATCH 3/3] gnu: Add rust-xkbcommon-0.5 Troy Figiel
2024-01-07 11:55 ` [bug#68306] [PATCH 2/3] gnu: rust-evdev-0.12: Update home-page Troy Figiel
2024-01-18  7:45 ` bug#68306: [PATCH 0/3] Add rust-xkbcommon-0.5 and rust-evdev-0.11 Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=875y05xh8l.fsf@troyfigiel.com \
    --to=troy@troyfigiel.com \
    --cc=68306@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 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).