guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: xlockmore: Update to 5.68.


From: guix-commits
Subject: 07/07: gnu: xlockmore: Update to 5.68.
Date: Thu, 10 Mar 2022 19:45:22 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 5eeaf362f89d625c541cd32112bdd06a2471006d
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Sat Mar 5 11:37:09 2022 +0530

    gnu: xlockmore: Update to 5.68.
    
    [1. text/patch]
    From ac1f8cc2f6d3bcaa46ec6244e7b1995b8eb27be2 Mon Sep 17 00:00:00 2001
    From: Jai Vetrivelan <jaivetrivelan@gmail.com>
    Date: Sat, 5 Mar 2022 11:25:25 +0530
    Subject: [PATCH] gnu: xlockmore: Update to 5.68.
    
    * gnu/packages/xdisorg.scm (xlockmore): Update to 5.68.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 79a920bacc..4dc7817584 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1000,7 +1000,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
 (define-public xlockmore
   (package
     (name "xlockmore")
-    (version "5.67")
+    (version "5.68")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://sillycycle.com/xlock/";
@@ -1011,7 +1011,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
                                        "xlockmore-" version ".tar.xz")))
              (sha256
               (base32
-               "0k13gxgnk4i041g1fzixfwlf3l5hrvvkhfvxf27szx0d1qbpwq58"))))
+               "0vndfwccnvkaaraprjam8pmx0aj55va0ag64q6snxw83nbf1ywrh"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list (string-append "--enable-appdefaultdir="



reply via email to

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