mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: fuzzel: Update to 1.11.1.
* gnu/packages/xdisorg.scm (fuzzel): Update to 1.11.1. Change-Id: I94e9b3b547df76a10037cb97a8d635d75e38855e
This commit is contained in:
parent
c6b5047f39
commit
7bf7688a0e
1 changed files with 2 additions and 2 deletions
|
|
@ -3424,7 +3424,7 @@ using @command{dmenu}.")
|
|||
(define-public fuzzel
|
||||
(package
|
||||
(name "fuzzel")
|
||||
(version "1.11.0")
|
||||
(version "1.11.1")
|
||||
(home-page "https://codeberg.org/dnkl/fuzzel")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
|
@ -3432,7 +3432,7 @@ using @command{dmenu}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z4n1i9rdhfcmfsvb5bvsqy8x8fg51kfiakyqnp200n1nl0kd9ll"))
|
||||
"0dz451sjzglznkq9jmmcqm2m5y9kj1nx5zrdln56nmnbyyy4gkhl"))
|
||||
(patches
|
||||
(search-patches "fuzzel-fix-gcc-error.patch"))))
|
||||
(build-system meson-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue