efraim pushed a commit to branch master
in repository guix.
commit 2f62a689e20c633d58054b021deaab912ed21ad9
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Jan 31 12:08:24 2023 +0200
gnu: sessreg: Update to 1.1.3.
* gnu/packages/xorg.scm (sessreg): Update to 1.1.3.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d3b790c206..8f91a67044 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1738,14 +1738,14 @@ features and to query screensaver info on specific
windows.")
(define-public sessreg
(package
(name "sessreg")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/individual/app/sessreg-" version ".tar.bz2"))
+ "mirror://xorg/individual/app/sessreg-" version ".tar.xz"))
(sha256
- (base32 "0crczl25zynkrslmm8sjaxszhrh4i33m7h5fg4wfdb3k8aarxjyz"))))
+ (base32 "1hmc9wsfgl2wmy0kccwa4brxbv02w5wiz5hrz72dsz87x1fwsah2"))))
(build-system gnu-build-system)
(inputs
(list xorgproto))