mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: bemenu: Update to 0.6.15.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.15.
This commit is contained in:
parent
38c6af2431
commit
7ff9ca2201
1 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ (define-public autorandr
|
|||
(define-public bemenu
|
||||
(package
|
||||
(name "bemenu")
|
||||
(version "0.6.14")
|
||||
(version "0.6.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -327,7 +327,7 @@ (define-public bemenu
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0vvqlb8b5f70pl04ff46qim73mk8b8yp1mbbhslx4d4b7ywygjbc"))))
|
||||
(base32 "1g4z1ml5ldk0hxpxs2pa091cpw0kry6cdr6n3dni1avimdm8vmw1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue