diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 48af8068a0..153c869e25 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -38742,7 +38742,7 @@ window managers.") (define-public i3-autotiling (package (name "i3-autotiling") - (version "1.9.1") + (version "1.9.3") (source (origin (method git-fetch) (uri (git-reference @@ -38751,7 +38751,7 @@ window managers.") (file-name (git-file-name name version)) (sha256 (base32 - "010sw3b2nx5cl578drd3xj58wlza76zkzh1jhsp44chg1vvhacrx")))) + "0ag3zz4r3cwpj769m2aw3l8yj93phsydzfz02dig5z81cc025rck")))) (build-system python-build-system) (arguments (list #:tests? #f)) ;no tests (native-inputs (list python-wheel)) |