mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: bemenu: Update to 0.6.23.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23. Change-Id: I2c736e0fbcf63d3bbc209278c2b3a4433c792c55
This commit is contained in:
parent
034eb1b0b6
commit
6fd261b2e0
1 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@ (define-public autorandr
|
|||
(define-public bemenu
|
||||
(package
|
||||
(name "bemenu")
|
||||
(version "0.6.21")
|
||||
(version "0.6.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -341,7 +341,7 @@ (define-public bemenu
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1a97h711nbwi01a3vv2944m8gyzi04hgfpiizrzinx79n4vp1zhk"))))
|
||||
(base32 "0a4ihg1v1yyfwi4qq2zybhy39vw3nikd5qjrd5x3nxgjd0knmynj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue