mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: fnott: Update to 1.1.0.
* gnu/packages/wm.scm (fnott): Update to 1.1.0.
This commit is contained in:
parent
4f5756c401
commit
31876aaebc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue