mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: fuzzel: Update to 1.13.1.
* gnu/packages/xdisorg.scm (fuzzel): Update to 1.13.1. Change-Id: If637e2b2035bcad2c65594e396eb754a71784a81 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c62b3b1988
commit
b4555f7fe9
1 changed files with 2 additions and 2 deletions
|
|
@ -3846,7 +3846,7 @@ using @command{dmenu}.")
|
|||
(define-public fuzzel
|
||||
(package
|
||||
(name "fuzzel")
|
||||
(version "1.12.0")
|
||||
(version "1.13.1")
|
||||
(home-page "https://codeberg.org/dnkl/fuzzel")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
|
@ -3854,7 +3854,7 @@ using @command{dmenu}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hsw98v499bz2nxvlw3ykq5qyyad3ci5a7x723r3cl84brabqrp3"))))
|
||||
"07cjm6nj995nwc88n0dq6g7rr80hchs2cqzh4mdbpiysnny8qvi5"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:build-type "release"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue