[PATCH] gnu: swaylock-effects: Update to 1.7.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 11 Feb 05:35 +0100
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
648966004562b96b4e3443fe3ba26bfca3586ea1.1707012574.git.kiasoc5@disroot.org
* gnu/packages/wm.scm (swaylock-effects): Update to 1.7.0.0.

Change-Id: Ie30170b0907cf50c67ce560710c278e8468491bf
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 959928d8e2..d0bfebee8b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1863,7 +1863,7 @@ (define-public swaylock-effects
(package
(inherit swaylock)
(name "swaylock-effects")
- (version "1.6.11")
+ (version "1.7.0.0")
(source
(origin
(method git-fetch)
@@ -1873,7 +1873,7 @@ (define-public swaylock-effects
(file-name (git-file-name name version))
(sha256
(base32
- "0j7dxn66xqlf6iv2arqzz7mxlh7nf85anvpyf30d2frcidarda9h"))))
+ "0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
(arguments
(list #:configure-flags #~'("-Dsse=false")))
(synopsis "Screen locking utility for Wayland compositors with effects")

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.41.0
J
J
John Kehayias wrote on 14 Feb 22:25 +0100
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69038-done@debbugs.gnu.org)
87bk8ilovk.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * gnu/packages/wm.scm (swaylock-effects): Update to 1.7.0.0.
>
> Change-Id: Ie30170b0907cf50c67ce560710c278e8468491bf
> ---
> 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 959928d8e2..d0bfebee8b 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1863,7 +1863,7 @@ (define-public swaylock-effects
> (package
> (inherit swaylock)
> (name "swaylock-effects")
> - (version "1.6.11")
> + (version "1.7.0.0")
> (source
> (origin
> (method git-fetch)
> @@ -1873,7 +1873,7 @@ (define-public swaylock-effects
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0j7dxn66xqlf6iv2arqzz7mxlh7nf85anvpyf30d2frcidarda9h"))))
> + "0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
> (arguments
> (list #:configure-flags #~'("-Dsse=false")))
> (synopsis "Screen locking utility for Wayland compositors with effects")
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as 974be77ddba3ee360ef0b56960952687be47e5b0 thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69038@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69038
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch