mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: i3-autotiling: Update to 1.9.3.
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.9.3. Change-Id: I179155e9d7f981aab24d613f0adb772e6267880e
This commit is contained in:
parent
9221175b86
commit
bb160dc458
1 changed files with 2 additions and 2 deletions
|
@ -38742,7 +38742,7 @@ (define-public python-i3ipc
|
|||
(define-public i3-autotiling
|
||||
(package
|
||||
(name "i3-autotiling")
|
||||
(version "1.9.1")
|
||||
(version "1.9.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -38751,7 +38751,7 @@ (define-public i3-autotiling
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"010sw3b2nx5cl578drd3xj58wlza76zkzh1jhsp44chg1vvhacrx"))))
|
||||
"0ag3zz4r3cwpj769m2aw3l8yj93phsydzfz02dig5z81cc025rck"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(native-inputs (list python-wheel))
|
||||
|
|
Loading…
Reference in a new issue