guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: xlockmore: Update to 5.66.


From: guix-commits
Subject: 02/06: gnu: xlockmore: Update to 5.66.
Date: Wed, 18 Nov 2020 12:08:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 040563794620cccbb5dbcf74e2cc14d940afb5df
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 18 12:54:02 2020 +0100

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