gnu: dwl: Update to 0.3.1.
* gnu/packages/wm.scm (dwl): Update to 0.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
0eacf52837
commit
118660877e
|
@ -1388,7 +1388,7 @@ project derived from the original Calm Window Manager.")
|
||||||
(define-public dwl
|
(define-public dwl
|
||||||
(package
|
(package
|
||||||
(name "dwl")
|
(name "dwl")
|
||||||
(version "0.2.1")
|
(version "0.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1397,7 +1397,7 @@ project derived from the original Calm Window Manager.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0js8xjc2rx1ml6s58s90jrak5n7vh3kj5na2j4yy3qy0cb501xcm"))))
|
"0952kajc60ijy6qz14y6s5n7dyyf14ndzrhs4ynxj97k76742z2l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue