~ruther/guix-local

628ec33ebd7270db5feaf0ad5f091c01d13220df — Ashish SHUKLA 11 months ago f236fd3
gnu: kanshi: Update to 1.8.0.

* gnu/packages/wm.scm (kanshi): Update to 1.8.0
[source]: Update git repository URL.

Change-Id: Ifa5e4c23b37cbd249990aaa7c7d42a87bab23e6f
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +3 -3
@@ 2758,16 2758,16 @@ compositors that support the layer-shell protocol.")
(define-public kanshi
  (package
    (name "kanshi")
    (version "1.7.0")
    (version "1.8.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://git.sr.ht/~emersion/kanshi")
             (url "https://gitlab.freedesktop.org/emersion/kanshi")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
        (base32 "1aw43fdrrgywghy59ahfxwq0613ydkpl2j6p042c0iwqv1b6fhgp"))))
    (build-system meson-build-system)
    (inputs (list libscfg libvarlink wayland))
    (native-inputs (append (if (%current-target-system)