mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: dwl: Update to 0.2.1.
* gnu/packages/wm.scm (dwl): Update to 0.2.1.
This commit is contained in:
parent
cf6326966b
commit
ea63b90c6b
1 changed files with 2 additions and 2 deletions
|
@ -1343,7 +1343,7 @@ (define-public cwm
|
||||||
(define-public dwl
|
(define-public dwl
|
||||||
(package
|
(package
|
||||||
(name "dwl")
|
(name "dwl")
|
||||||
(version "0.2")
|
(version "0.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1352,7 +1352,7 @@ (define-public dwl
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r5hsxpckkrq1y7bjfq58rlc5xy45z499rg628q3nh289978ail1"))))
|
"0js8xjc2rx1ml6s58s90jrak5n7vh3kj5na2j4yy3qy0cb501xcm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue