all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62632] [PATCH] gnu: cl-gamepad: Update to 3.0.0-3.d5b99fb.
@ 2023-04-02 22:45 Sharlatan Hellseher
  2023-04-04  8:30 ` bug#62632: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2023-04-02 22:45 UTC (permalink / raw)
  To: 62632; +Cc: Sharlatan Hellseher

* gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad) Update to 3.0.0-3.d5b99fb
  [arguments]<tests>: Explicitly disable tests as not provided upstream.
---
 gnu/packages/lisp-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5ddb254d93..4bd20760eb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21403,8 +21403,8 @@ (define-public cl-sdl2-ttf
   (sbcl-package->cl-source-package sbcl-sdl2-ttf))
 
 (define-public sbcl-cl-gamepad
-  (let ((commit "647f6ee8f40048286d743d79845c3753fba9d8f1")
-        (revision "2"))
+  (let ((commit "d5b99fbaa2e39294d23061699e8f1e761eda7205")
+        (revision "3"))
     (package
       (name "sbcl-cl-gamepad")
       (version (git-version "3.0.0" revision commit))
@@ -21416,10 +21416,11 @@ (define-public sbcl-cl-gamepad
                (commit commit)))
          (file-name (git-file-name "cl-gamepad" version))
          (sha256
-          (base32 "0w9lcahgqacc39932jp2ghid9sl4wg4vyaza8vdnghmixdl49cin"))))
+          (base32 "0y6kg9wq92p07i1chm1v7j7p77iqc5c985pdvmmivcip8zmd4hm4"))))
       (build-system asdf-build-system/sbcl)
       (arguments
-       `(#:phases
+       `(#:tests? #f ; No tests
+         #:phases
          (modify-phases %standard-phases
            (add-after 'unpack 'patch-evdev-lib-path
              (lambda* (#:key inputs #:allow-other-keys)
-- 
2.39.2





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

* bug#62632: [PATCH] gnu: cl-gamepad: Update to 3.0.0-3.d5b99fb.
  2023-04-02 22:45 [bug#62632] [PATCH] gnu: cl-gamepad: Update to 3.0.0-3.d5b99fb Sharlatan Hellseher
@ 2023-04-04  8:30 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-04-04  8:30 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 62632-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 0f4efec48d46eb977371241fc68fca0eda284018.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2023-04-04  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 22:45 [bug#62632] [PATCH] gnu: cl-gamepad: Update to 3.0.0-3.d5b99fb Sharlatan Hellseher
2023-04-04  8:30 ` bug#62632: " Guillaume Le Vaillant

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.