guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: i3-autotiling: Update to 1.9.1.


From: guix-commits
Subject: 09/15: gnu: i3-autotiling: Update to 1.9.1.
Date: Fri, 26 Apr 2024 12:00:00 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 17b38b009386881959a9b12969cfd7adaa520232
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Apr 22 12:14:34 2024 +0200

    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>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]