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
|
(define-public fnott
|
||||||
(package
|
(package
|
||||||
(name "fnott")
|
(name "fnott")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1117,7 +1117,7 @@ the XDG Autostart specification.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00zg03nz79kqcsnwmm22friawhvl05f93yxpvqmy5wvggx9hrlz8"))))
|
"0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments `(#:build-type "release"))
|
(arguments `(#:build-type "release"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue