mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: dwm: Update to 6.7.
* gnu/packages/suckless.scm (dwm): Update to 6.7. [source]: Switch to git-fetch. Change-Id: I09aa4bcde0de1981a74735373f4a76cdc3e4873c
This commit is contained in:
parent
fae1deee45
commit
edec1d4f6a
1 changed files with 7 additions and 6 deletions
|
|
@ -231,15 +231,16 @@ a custom raw video format with a simple container.")
|
|||
(define-public dwm
|
||||
(package
|
||||
(name "dwm")
|
||||
(version "6.6")
|
||||
(version "6.7")
|
||||
(synopsis "Dynamic Window Manager")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.suckless.org/dwm/dwm-"
|
||||
version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.suckless.org/dwm")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18q0zjvzsvpm76p2x1xlw163d8wbq44z41n9w94prh46jdnjrz3w"))))
|
||||
(base32 "176djmvsy0cpghlf36k69w5fbhyp42hjcm32j46x7daz8wwlafym"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue