guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: wl-clipboard: Update to 2.2.1.


From: guix-commits
Subject: 01/03: gnu: wl-clipboard: Update to 2.2.1.
Date: Tue, 19 Sep 2023 11:20:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 695df753b9c8860e604e3609744cbbaad6f7e71a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 19 17:32:01 2023 +0300

    gnu: wl-clipboard: Update to 2.2.1.
    
    * gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.1.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]