mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: qmk: Update to 1.2.0.
* gnu/packages/firmware.scm (qmk): Update to 1.2.0. Change-Id: I70886bf9cd4f373005ea99ac35bc2a19de5c3399 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ba2fbdd2f5
commit
c7bab2470b
1 changed files with 2 additions and 2 deletions
|
|
@ -1623,13 +1623,13 @@ corresponding layout." layout))
|
|||
(define-public qmk
|
||||
(package
|
||||
(name "qmk")
|
||||
(version "1.1.6")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "qmk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l4b5bi6x1i9bh3ik73yisn1pq1bhgiksiddvg3cxy7jmgdnqhyw"))))
|
||||
"0j4ana65v5x1rg262a9nvwnr8hc1zay1gw74brv2n6s09ind2jqn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue