gnu: sct: Update to 0.5.

* gnu/packages/xdisorg.scm (sct): Update to 0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-02 20:56:24 +02:00
parent 24f4fc8431
commit d9fda98049
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1911,7 +1911,7 @@ (define-public xrandr-invert-colors
(define-public sct
(package
(name "sct")
(version "0.4")
(version "0.5")
(source
(origin
(method url-fetch)
@ -1919,8 +1919,7 @@ (define-public sct
(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")