diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2023-06-15 23:46:45 -0400 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-20 22:14:23 +0100 |
commit | f235d49ef3e28e92393ae931d3e6ad997869e266 (patch) | |
tree | 6fcc5380e8ca71b4f04adcf10c535cd7f5cad95a /gnu | |
parent | 8d46e3e0fd3a084e59d9aec2d82ca5c793728f06 (diff) | |
download | guix-f235d49ef3e28e92393ae931d3e6ad997869e266.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6196ba86e2..860e804452 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1108,7 +1108,7 @@ the XDG Autostart specification.") (define-public fnott (package (name "fnott") - (version "1.3.0") + (version "1.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -1117,7 +1117,7 @@ the XDG Autostart specification.") (file-name (git-file-name name version)) (sha256 (base32 - "00zg03nz79kqcsnwmm22friawhvl05f93yxpvqmy5wvggx9hrlz8")))) + "0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh")))) (build-system meson-build-system) (arguments `(#:build-type "release")) (native-inputs |