[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: i3-autotiling: Update to 1.6.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: i3-autotiling: Update to 1.6.1. |
Date: |
Mon, 22 Aug 2022 04:02:43 -0400 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3a4a65bd74 gnu: i3-autotiling: Update to 1.6.1.
3a4a65bd74 is described below
commit 3a4a65bd74641dc6db41c6afcaa066b5e905dc47
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Aug 22 00:14:39 2022 +0800
gnu: i3-autotiling: Update to 1.6.1.
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.6.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 4a755ea566..079e087b10 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30500,7 +30500,7 @@ window managers.")
(define-public i3-autotiling
(package
(name "i3-autotiling")
- (version "1.6")
+ (version "1.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -30509,7 +30509,7 @@ window managers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hjlvg7095s322gb43r9g7mqlsy3pj13l827jpnbn5x0918rq9rr"))))
+ "1m8k3g83n2n1xws89dh20f3sy6753wvip9dzf6bssv2cz9ll7406"))))
(build-system python-build-system)
(arguments (list #:tests? #f)) ;no tests
(native-inputs (list python-wheel))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: i3-autotiling: Update to 1.6.1.,
guix-commits <=