1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: dwm: Update to 6.5.

* gnu/packages/suckless.scm (dwm): Update to 6.5.

Change-Id: I8e9627541abb521d54f4d91ee067d3678ce18b02
This commit is contained in:
jgart
2024-06-11 21:21:46 -05:00
parent 2c62ed5c4a
commit d8f1ee6bc8

View File

@@ -228,13 +228,13 @@ a custom raw video format with a simple container.")
(define-public dwm
(package
(name "dwm")
(version "6.3")
(version "6.5")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.suckless.org/dwm/dwm-"
version ".tar.gz"))
(sha256
(base32 "1387lg370yrg7ssi3045di3904gkchxlza7rswgvl7wva8la1nms"))))
(base32 "0acpl05rg6rg6nrg3rv4kp388iqzp1n6dhin30a97yzjm6zrxmr1"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f