mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: i3-autotiling: Update to 1.9.1.
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.9.1. Change-Id: I564e3c53d23830c94eb58465715b1b7809cc74f5 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d2a1a4efad
commit
17b38b0093
1 changed files with 2 additions and 2 deletions
|
@ -35805,7 +35805,7 @@ window managers.")
|
|||
(define-public i3-autotiling
|
||||
(package
|
||||
(name "i3-autotiling")
|
||||
(version "1.8")
|
||||
(version "1.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -35814,7 +35814,7 @@ window managers.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nsm0gd45ys4ghlzrvjrf0lvcyhvpx58lz8gg325a762wn5a4a72"))))
|
||||
"010sw3b2nx5cl578drd3xj58wlza76zkzh1jhsp44chg1vvhacrx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(native-inputs (list python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue