gnu: sessreg: Update to 1.1.3.

* gnu/packages/xorg.scm (sessreg): Update to 1.1.3.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:24 +02:00
parent 1856ce619f
commit 2f62a689e2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

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