iyzsong pushed a commit to branch master
in repository guix.

commit 92f301ffd88648890ef6de972a22cd5109073b72
Author: kiasoc5 <[email protected]>
AuthorDate: Sun Aug 13 01:21:22 2023 -0400

    gnu: xlockmore: Update to 5.72.
    
    * gnu/packages/xdisorg.scm (xlockmore): Update to 5.72.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 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 354faeef11..de89f5de9e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1117,7 +1117,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
 (define-public xlockmore
   (package
     (name "xlockmore")
-    (version "5.68")
+    (version "5.72")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "http://sillycycle.com/xlock/";
@@ -1128,7 +1128,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
                                         "xlockmore-" version ".tar.xz")))
               (sha256
                (base32
-                "0vndfwccnvkaaraprjam8pmx0aj55va0ag64q6snxw83nbf1ywrh"))))
+                "0wn77ri29rhk1w3wik2hpqb8lks1pyqzdk6d583mawxfcxcrf4fm"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to