guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: wlr-randr: Update to 0.2.0.


From: guix-commits
Subject: 01/03: gnu: wlr-randr: Update to 0.2.0.
Date: Sun, 2 Jan 2022 00:44:59 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 3381e2d3ed051c7da0b0c7be76d7cf99e3719a44
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Tue Dec 28 16:12:50 2021 -0500

    gnu: wlr-randr: Update to 0.2.0.
    
    * gnu/packages/wm.scm (wrl-randr): Update to 0.2.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/wm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index fc54aca5ce..b684371064 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1720,20 +1720,20 @@ Wlroots based compositors.")
 (define-public wlr-randr
   (package
     (name "wlr-randr")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/emersion/wlr-randr";)
+             (url "https://git.sr.ht/~emersion/wlr-randr";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10c8zzp78s5bw34vvjhilipa28bsdx3jbyhnxgp8f8kawh3cvgsc"))))
+        (base32 "0d44r4schknfc3g09y0kjbhl62zkynv6hi1z4zqc9ic5fhav3r15"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config))
-    (home-page "https://github.com/emersion/wlr-randr";)
+    (home-page "https://sr.ht/~emersion/wlr-randr";)
     (synopsis "Utility to manage Wayland compositor outputs")
     (description "wlr-randr is a utility to manage outputs of a Wayland 
compositor.")
     (license license:expat))) ; MIT license



reply via email to

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