me
/
guix
Archived
1
0
Fork 0

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>
kiasoc5 2023-06-15 23:46:45 -04:00 committed by Christopher Baines
parent 8d46e3e0fd
commit f235d49ef3
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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