all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48896] [PATCH] gnu: libevdev: Update to 1.11.0.
@ 2021-06-07  4:23 Matthew James Kraai
  2021-06-07  5:29 ` Matthew James Kraai
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew James Kraai @ 2021-06-07  4:23 UTC (permalink / raw)
  To: 48896; +Cc: Matthew James Kraai

* gnu/packages/xorg.scm (libevdev): Update to 1.11.0.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97ff8ab92b..ba3523a745 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2466,7 +2466,7 @@ XC-APPGROUP, XTEST.")
 (define-public libevdev
   (package
     (name "libevdev")
-    (version "1.9.1")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
@@ -2474,7 +2474,7 @@ XC-APPGROUP, XTEST.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1jvsphdrs1i54ccjcn6ll26jy42am7h28lbsvwa6pmxgqm43qq7m"))))
+         "1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))
-- 
2.31.1





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

* [bug#48896] [PATCH] gnu: libevdev: Update to 1.11.0.
  2021-06-07  4:23 [bug#48896] [PATCH] gnu: libevdev: Update to 1.11.0 Matthew James Kraai
@ 2021-06-07  5:29 ` Matthew James Kraai
  2021-06-19 21:35   ` bug#48896: " Brice Waegeneire
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew James Kraai @ 2021-06-07  5:29 UTC (permalink / raw)
  To: 48896; +Cc: Matthew James Kraai

* gnu/packages/xorg.scm (libevdev): Update to 1.11.0.
---
 gnu/packages/xorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97ff8ab92b..5635498552 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2466,7 +2467,7 @@ XC-APPGROUP, XTEST.")
 (define-public libevdev
   (package
     (name "libevdev")
-    (version "1.9.1")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
@@ -2474,7 +2475,7 @@ XC-APPGROUP, XTEST.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1jvsphdrs1i54ccjcn6ll26jy42am7h28lbsvwa6pmxgqm43qq7m"))))
+         "1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))
-- 
2.31.1





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

* bug#48896: [PATCH] gnu: libevdev: Update to 1.11.0.
  2021-06-07  5:29 ` Matthew James Kraai
@ 2021-06-19 21:35   ` Brice Waegeneire
  0 siblings, 0 replies; 3+ messages in thread
From: Brice Waegeneire @ 2021-06-19 21:35 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 48896-done

Matthew,

Matthew James Kraai <kraai@ftbfs.org> writes:

> * gnu/packages/xorg.scm (libevdev): Update to 1.11.0.

Don't forget to specify the branch onto which your patch ought to be
applied; by generating it with “git format-patch --subject-prefix="PATCH
staging" ...”  for example.

Pushed to staging as d7d1d8bd8a233ff61489e88b16527a99b8f32f12.

Cheers,
- Brice




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

end of thread, other threads:[~2021-06-19 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  4:23 [bug#48896] [PATCH] gnu: libevdev: Update to 1.11.0 Matthew James Kraai
2021-06-07  5:29 ` Matthew James Kraai
2021-06-19 21:35   ` bug#48896: " Brice Waegeneire

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.