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>
This commit is contained in:
parent
114c9ea22f
commit
3a4a65bd74
1 changed files with 2 additions and 2 deletions
|
@ -30500,7 +30500,7 @@ (define-public python-i3ipc
|
||||||
(define-public i3-autotiling
|
(define-public i3-autotiling
|
||||||
(package
|
(package
|
||||||
(name "i3-autotiling")
|
(name "i3-autotiling")
|
||||||
(version "1.6")
|
(version "1.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -30509,7 +30509,7 @@ (define-public i3-autotiling
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hjlvg7095s322gb43r9g7mqlsy3pj13l827jpnbn5x0918rq9rr"))))
|
"1m8k3g83n2n1xws89dh20f3sy6753wvip9dzf6bssv2cz9ll7406"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments (list #:tests? #f)) ;no tests
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
(native-inputs (list python-wheel))
|
(native-inputs (list python-wheel))
|
||||||
|
|
Loading…
Reference in a new issue