gnu: fnott: Update to 1.4.0.
* gnu/packages/wm.scm (fnott): Update to 1.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
8d46e3e0fd
commit
f235d49ef3
|
@ -1108,7 +1108,7 @@ the XDG Autostart specification.")
|
|||
(define-public fnott
|
||||
(package
|
||||
(name "fnott")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1117,7 +1117,7 @@ the XDG Autostart specification.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00zg03nz79kqcsnwmm22friawhvl05f93yxpvqmy5wvggx9hrlz8"))))
|
||||
"0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments `(#:build-type "release"))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue