guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: xlockmore: Update to 5.67.


From: guix-commits
Subject: 01/14: gnu: xlockmore: Update to 5.67.
Date: Sat, 4 Sep 2021 16:11:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6d0ddea44b8e6becfceed02f48dade795f10a368
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 4 14:29:25 2021 +0200

    gnu: xlockmore: Update to 5.67.
    
    * gnu/packages/xdisorg.scm (xlockmore): Update to 5.67.
---
 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 f630ae9..006b1c1 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1027,7 +1027,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
 (define-public xlockmore
   (package
     (name "xlockmore")
-    (version "5.66")
+    (version "5.67")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://sillycycle.com/xlock/";
@@ -1038,7 +1038,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
                                        "xlockmore-" version ".tar.xz")))
              (sha256
               (base32
-               "0wdb7gpyjw3sigmhiplgg1bqxz6wipr0c3n9492x2a18cv1saxjr"))))
+               "0k13gxgnk4i041g1fzixfwlf3l5hrvvkhfvxf27szx0d1qbpwq58"))))
     (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]