gnu: bemenu: Update to 0.6.2.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
94f772dad8
commit
c111fa6067
|
@ -48,6 +48,7 @@
|
||||||
;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
|
;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
|
||||||
;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
|
;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
|
||||||
;;; Copyright © 2021 Niklas Eklund <niklas.eklund@posteo.net>
|
;;; Copyright © 2021 Niklas Eklund <niklas.eklund@posteo.net>
|
||||||
|
;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -260,7 +261,7 @@ used to further tweak the behaviour of the different profiles.")
|
||||||
(define-public bemenu
|
(define-public bemenu
|
||||||
(package
|
(package
|
||||||
(name "bemenu")
|
(name "bemenu")
|
||||||
(version "0.4.1")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -269,7 +270,7 @@ used to further tweak the behaviour of the different profiles.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fjcs9d3533ay3nz79cx3c0lmy2chgragr2lhsy0xl2ckr0iins0"))))
|
(base32 "13y4y3i03vdx3zkh4lm67xmigzycf8fxg4fdr5s4x2brr3ya46fv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Reference in New Issue