me
/
guix
Archived
1
0
Fork 0

gnu: fnott: Update to 1.7.0.

* gnu/packages/wm.scm (fnott): Update to 1.7.0.

Change-Id: Ia139be3cd0916a6f6147416641085396bebb6d04
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Ashish SHUKLA via Guix-patches via 2024-08-02 23:49:42 +02:00 committed by Zheng Junjie
parent 2ef3fb3261
commit a85ffc09a0
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1142,7 +1142,7 @@ the XDG Autostart specification.")
(define-public fnott (define-public fnott
(package (package
(name "fnott") (name "fnott")
(version "1.6.0") (version "1.7.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1151,7 +1151,7 @@ the XDG Autostart specification.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2")))) "0x3wfqkkz6lf9w00nl5mchcw04gx884jxxz6f7z3fxpsjx582nr9"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments `(#:build-type "release" (arguments `(#:build-type "release"
#:phases #:phases