mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: fuzzel: Update to 1.9.1.
* gnu/packages/xdisorg.scm (fuzzel): Update to 1.9.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
93a5378b00
commit
6c3a38442b
1 changed files with 2 additions and 2 deletions
|
@ -3098,7 +3098,7 @@ (define-public j4-dmenu-desktop
|
|||
(define-public fuzzel
|
||||
(package
|
||||
(name "fuzzel")
|
||||
(version "1.8.2")
|
||||
(version "1.9.1")
|
||||
(home-page "https://codeberg.org/dnkl/fuzzel")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -3106,7 +3106,7 @@ (define-public fuzzel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d6xy4q5s8p5ckvd9wy3zzj9gh7nh9v1qhn3938b1wfhfzjdzrg6"))))
|
||||
"0k65nl2yifxnb95nv6nnikqxdanng2baw7gl47ji1av3gsdx3bsm"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:build-type "release"
|
||||
|
|
Loading…
Reference in a new issue