mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qmk: Update to 1.1.6.
* gnu/packages/firmware.scm (qmk): Update to 1.1.6. Change-Id: Ia612509dbc15526d6287a328eef61fe0ac38f2cc
This commit is contained in:
parent
a5182cf20a
commit
b6e69c587d
1 changed files with 2 additions and 2 deletions
|
@ -1414,13 +1414,13 @@ corresponding layout." layout))
|
|||
(define-public qmk
|
||||
(package
|
||||
(name "qmk")
|
||||
(version "1.1.2")
|
||||
(version "1.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "qmk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1619q9v90740dbg8xpzqlhwcasz42xj737803aiip8qc3a7zhwgq"))))
|
||||
"0l4b5bi6x1i9bh3ik73yisn1pq1bhgiksiddvg3cxy7jmgdnqhyw"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue