aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-04-22 12:14:34 +0200
committerChristopher Baines <mail@cbaines.net>2024-04-26 16:50:46 +0100
commit17b38b009386881959a9b12969cfd7adaa520232 (patch)
tree63ae07604d7e4146397191a1c6bd6a0b5a7e9167
parentd2a1a4efad4f1ee5b92320bdd7146411184652f9 (diff)
downloadguix-17b38b009386881959a9b12969cfd7adaa520232.tar
guix-17b38b009386881959a9b12969cfd7adaa520232.tar.gz
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>
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c76271118..d49604084f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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))