Archived
1
0
Fork 0

gnu: i3-autotiling: Update to 1.8.

* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.8.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Hilton Chain 2022-11-02 14:12:40 +08:00 committed by Christopher Baines
parent ae5c718ac2
commit 6fe844fbc5
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -31088,7 +31088,7 @@ window managers.")
(define-public i3-autotiling
(package
(name "i3-autotiling")
(version "1.6.1")
(version "1.8")
(source (origin
(method git-fetch)
(uri (git-reference
@ -31097,7 +31097,7 @@ window managers.")
(file-name (git-file-name name version))
(sha256
(base32
"1m8k3g83n2n1xws89dh20f3sy6753wvip9dzf6bssv2cz9ll7406"))))
"1nsm0gd45ys4ghlzrvjrf0lvcyhvpx58lz8gg325a762wn5a4a72"))))
(build-system python-build-system)
(arguments (list #:tests? #f)) ;no tests
(native-inputs (list python-wheel))