gnu: screen-message: Update to 0.26.

* gnu/packages/xdisorg.scm (screen-message): Update to 0.26.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-04 00:13:13 +01:00
parent f781e2a7e9
commit 4b317975ab
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1978,7 +1978,7 @@ (define-public xautolock
(define-public screen-message
(package
(name "screen-message")
(version "0.25")
(version "0.26")
(source (origin
(method url-fetch)
(uri (string-append
@ -1986,7 +1986,7 @@ (define-public screen-message
"/screen-message-" version ".tar.gz"))
(sha256
(base32
"1lw955qq5pq010lzmaf32ylj2iprgsri9ih4hx672c3f794ilab0"))))
"0dwgm4z3dfk6xz41w8xiv0hmnwr74gf3ykb91b090hc4ffwsf4mw"))))
(build-system gnu-build-system)
(inputs `(("gtk3" ,gtk+)
("gdk" ,gdk-pixbuf)