GNU bug report logs -
#59036
[PATCH] gnu: swayidle: Update to 1.7.1.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 5 Nov 2022 02:35:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index eedd339c6c..78e2f468d6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1632,7 +1632,7 @@ (define-public sway
(define-public swayidle
(package
(name "swayidle")
- (version "1.7")
+ (version "1.7.1")
(source
(origin
(method git-fetch)
@@ -1641,7 +1641,7 @@ (define-public swayidle
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ziya8d5pvvxg16jhy4i04pvq11bdvj68gz5q654ar4dldil17nn"))))
+ (base32 "06iq12p4438d6bv3jlqsf01wjaxrzlnj1bnicn41kad563aq41xl"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlogind-provider=elogind")))
base-commit: a65cd830084b20f95d39f565ea5cd0da8e8b09ad
--
2.38.0
This bug report was last modified 2 years and 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.