gnu: dwm: Update to 6.2.

* gnu/packages/suckless.scm (dwm): Update to 6.2.
master
Tobias Geerinckx-Rice 2019-02-13 01:08:10 +01:00
parent aaa2add871
commit d2c8a891ee
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -78,13 +78,13 @@ a custom raw video format with a simple container.")
(define-public dwm
(package
(name "dwm")
(version "6.1")
(version "6.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.suckless.org/dwm/dwm-"
version ".tar.gz"))
(sha256
(base32 "1zkmwb6df6m254shx06ly90c0q4jl70skk1pvkixpb7hcxhwbxn2"))))
(base32 "03hirnj8saxnsfqiszwl2ds7p0avg20izv9vdqyambks00p2x44p"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f