guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: i3-autotiling: Update to 1.8.


From: guix-commits
Subject: 11/15: gnu: i3-autotiling: Update to 1.8.
Date: Sat, 5 Nov 2022 06:48:07 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 6fe844fbc58420a63afc9f2b43a573467b9ce4fa
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Nov 2 14:12:40 2022 +0800

    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>
---
 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 b2e64677cf..866ab5afdd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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))



reply via email to

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