gnu: fnott: Update to 1.1.0.

* gnu/packages/wm.scm (fnott): Update to 1.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-01 19:34:38 +02:00
parent 4f5756c401
commit 31876aaebc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -912,7 +912,7 @@ (define-public fluxbox
(define-public fnott
(package
(name "fnott")
(version "1.0.1")
(version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -921,7 +921,7 @@ (define-public fnott
(file-name (git-file-name name version))
(sha256
(base32
"13a0hb4wdbdlshzsj2r0d5zzvcy1jzs1hixm016n8bq7scjlvl2k"))))
"1xaz13iry3fdjhqk9xzg29kbv7hqj8dzzqxr5mhrj8f2m013jdc3"))))
(build-system meson-build-system)
(arguments
`( #:meson ,meson-0.55