guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: slop: Update to 6.3.41.


From: Marius Bakke
Subject: 02/02: gnu: slop: Update to 6.3.41.
Date: Sat, 3 Jun 2017 11:48:11 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ac1560f18c25e4312c1f32c001405c176daa1764
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 3 17:35:02 2017 +0200

    gnu: slop: Update to 6.3.41.
    
    * gnu/packages/xdisorg.scm (slop): Update to 6.3.41.
---
 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 fb1535b..5007320 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -441,7 +441,7 @@ of the screen selected by mouse.")
 (define-public slop
   (package
     (name "slop")
-    (version "6.3.40")
+    (version "6.3.41")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -450,7 +450,7 @@ of the screen selected by mouse.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1dc6sywaysk3fka95il1dn6rggg9b5565zw6acnnhxkyyh7j74vn"))))
+                "1yiv0ak1z7zbmcdw0dwx2gpblrh7l7s3l7y7sgpx071dy8s4rqpb"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f)) ; no "check" target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]