guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: sct: Update to 0.5.


From: guix-commits
Subject: 01/02: gnu: sct: Update to 0.5.
Date: Tue, 2 Jun 2020 14:59:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d9fda98049b7758c5af49aca83f9e29ae2cd64d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 20:56:24 2020 +0200

    gnu: sct: Update to 0.5.
    
    * gnu/packages/xdisorg.scm (sct): Update to 0.5.
---
 gnu/packages/xdisorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 86fbefb..6087363 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1911,7 +1911,7 @@ colors on all monitors attached to an XRandR-capable X11 
display server.")
 (define-public sct
   (package
     (name "sct")
-    (version "0.4")
+    (version "0.5")
     (source
      (origin
        (method url-fetch)
@@ -1919,8 +1919,7 @@ colors on all monitors attached to an XRandR-capable X11 
display server.")
         (string-append "https://www.umaxx.net/dl/sct-";
                        version ".tar.gz"))
        (sha256
-        (base32
-         "0r57z9ki8pvxhawfxys0v5h85z2x211sqxki0xvk1bga88ryldlv"))))
+        (base32 "0lrhx771iccbw04wrhj0ygids1pzmjfc4hvklm30m3p3flvhqf0m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags (list "CC=gcc")



reply via email to

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