diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-19 17:32:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-19 17:32:01 +0300 |
commit | 695df753b9c8860e604e3609744cbbaad6f7e71a (patch) | |
tree | b898c342bd187fa331060dd9fc2810b226eaece5 /gnu/packages | |
parent | 15c5f1a2c20b21de0f19f42db1ccab4c42117ebb (diff) | |
download | guix-695df753b9c8860e604e3609744cbbaad6f7e71a.tar.gz |
gnu: wl-clipboard: Update to 2.2.1.
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index ee6e00f518..f86608497d 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2751,7 +2751,7 @@ Wayland and @code{wlroots} by leveraging @command{grim} and @command{slurp}.") (define-public wl-clipboard (package (name "wl-clipboard") - (version "2.2.0") + (version "2.2.1") (source (origin (method git-fetch) @@ -2760,7 +2760,7 @@ Wayland and @code{wlroots} by leveraging @command{grim} and @command{slurp}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0r45k6fk9k26qs88s2sjlgjjamhj2jqghdivlh2xjqknws63d29g")))) + (base32 "09l6dv3qsqscbr98vxi4wg4rkx0wlhnsc40n21mx3ds6balmg105")))) (build-system meson-build-system) (arguments (list #:configure-flags |