guix-commits
[Top][All Lists]
Advanced

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

04/20: gnu: xlockmore: Update to 5.58.


From: guix-commits
Subject: 04/20: gnu: xlockmore: Update to 5.58.
Date: Wed, 21 Aug 2019 18:48:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f98d66f3c6e04bb49f36b6cb3cdb503dfc37e6ea
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 21 20:52:28 2019 +0200

    gnu: xlockmore: Update to 5.58.
    
    * gnu/packages/xdisorg.scm (xlockmore): Update to 5.58.
---
 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 bd30fd2..4661d09 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.57")
+    (version "5.58")
     (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
-               "18r8rh8fzdn9miicbpc3qbdd4mm2g1jpsbcvj29sr66pxydzkb7r"))))
+               "1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))
     (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]