This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6dc8617562 gnu: qmk-udev-rules: Downgrade to 0.22.3.
6dc8617562 is described below

commit 6dc8617562efeebc1d3875f86f866a699829f65c
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Jul 24 14:29:33 2026 -0700

    gnu: qmk-udev-rules: Downgrade to 0.22.3.
    
    The update to 0.33.8 requires a complete rewrite, workaround by downgrading 
to
    the old version.
    
    * gnu/packages/firmware.scm (qmk-udev-rules): Downgrade to 0.22.3.
---
 gnu/packages/firmware.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index ff9c10b393..4d5f8028a5 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1840,6 +1840,16 @@ ErgoDox EZ Configurator} page."))
   (package
     (inherit qmk-firmware-ergodox-ez-default)
     (name "qmk-udev-rules")
+    (version "0.22.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/qmk/qmk_firmware";)
+                     (commit version)))
+              (file-name (git-file-name "qmk-firmware" version))
+              (sha256
+               (base32
+                "0s1lcnv7cddpn768p7mrc5bkxhx0ba5p77ya007dnkbk36c33d0w"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan '(("./util/udev" "lib/udev/rules.d"

Reply via email to