gnu: sessreg: Update to 1.1.2.

* gnu/packages/xorg.scm (sessreg): Update to 1.1.2.
master
Tobias Geerinckx-Rice 2019-06-25 18:55:25 +02:00
parent 7754136e46
commit 535fc98797
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 10 deletions

View File

@ -1780,17 +1780,14 @@ features and to query screensaver info on specific windows.")
(define-public sessreg
(package
(name "sessreg")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/sessreg-"
version
".tar.bz2"))
(sha256
(base32
"1qd66mg2bnppqz4xgdjzif2488zl82vx2c26ld3nb8pnyginm9vq"))))
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/sessreg-" version ".tar.bz2"))
(sha256
(base32 "0crczl25zynkrslmm8sjaxszhrh4i33m7h5fg4wfdb3k8aarxjyz"))))
(build-system gnu-build-system)
(inputs
`(("xorgproto" ,xorgproto)))