me
/
guix
Archived
1
0
Fork 0

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>
master
kiasoc5 2023-06-15 23:47:09 -04:00 committed by Christopher Baines
parent 93a5378b00
commit 6c3a38442b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -3098,7 +3098,7 @@ using @command{dmenu}.")
(define-public fuzzel (define-public fuzzel
(package (package
(name "fuzzel") (name "fuzzel")
(version "1.8.2") (version "1.9.1")
(home-page "https://codeberg.org/dnkl/fuzzel") (home-page "https://codeberg.org/dnkl/fuzzel")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -3106,7 +3106,7 @@ using @command{dmenu}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1d6xy4q5s8p5ckvd9wy3zzj9gh7nh9v1qhn3938b1wfhfzjdzrg6")))) "0k65nl2yifxnb95nv6nnikqxdanng2baw7gl47ji1av3gsdx3bsm"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:build-type "release" (list #:build-type "release"