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:
Wilko Meyer 2024-04-22 12:14:34 +02:00 committed by Christopher Baines
parent d2a1a4efad
commit 17b38b0093
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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))