guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: xlockmore: Update to 5.57.


From: guix-commits
Subject: 05/05: gnu: xlockmore: Update to 5.57.
Date: Tue, 2 Jul 2019 17:59:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c7949d6c007ae788bfb169a9ef9156095c3a90c3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jul 2 23:59:20 2019 +0200

    gnu: xlockmore: Update to 5.57.
    
    * gnu/packages/xdisorg.scm (xlockmore): Update to 5.57.
---
 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 8d54796..53a800d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -716,7 +716,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
 (define-public xlockmore
   (package
     (name "xlockmore")
-    (version "5.56")
+    (version "5.57")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://sillycycle.com/xlock/";
@@ -727,7 +727,7 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
                                        name "-" version ".tar.xz")))
              (sha256
               (base32
-               "1dg1n79rnswhxqz36mxnl5lp8p37i9fbibnzzyrqknmvf2s8xpd0"))))
+               "18r8rh8fzdn9miicbpc3qbdd4mm2g1jpsbcvj29sr66pxydzkb7r"))))
     (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]