(no subject)

  • Done
  • quality assurance status badge
Details
3 participants
  • dziltener
  • Felix Lechner
  • John Kehayias
Owner
unassigned
Submitted by
dziltener
Severity
normal

Debbugs page

dziltener wrote 1 years ago
00a441b9a21fa350d3a2da25fa451d3b@lyrion.ch
From 0edcb77d258b3f27af57ede4231f1811cf07eec2 Mon Sep 17 00:00:00 2001
From: Daniel Ziltener <dziltener@lyrion.ch>
Date: Sun, 10 Dec 2023 11:44:16 +0100
Subject: [PATCH] gnu: wlroots: update to 0.17.0.
To: guix-patches@gnu.org
Cc: dziltener@lyrion.ch

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

Toggle diff (24 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 82ef67a2e4..317f72928b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1674,7 +1674,7 @@ (define-public polybar
(define-public wlroots
(package
(name "wlroots")
- (version "0.16.2")
+ (version "0.17.0")
(source
(origin
(method git-fetch)
@@ -1683,7 +1683,7 @@ (define-public wlroots
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
+ (base32 "11vb6xjvsjz7j2jkx00ygjp5xi63ni8ydd8wf3s0200ldr4ffjjm"))))
(build-system meson-build-system)
(arguments
`(#:phases
--
2.43.0
Felix Lechner wrote 1 years ago
(address . control@debbugs.gnu.org)(name . Daniel Ziltener)(address . dziltener@lyrion.ch)
87wmtm5avp.fsf@lease-up.com
reassign 67744 guix-patches
reassign 67745 guix-patches
reassign 67746 guix-patches
thanks
John Kehayias wrote 1 years ago
(address . dziltener@lyrion.ch)(address . 67746-done@debbugs.gnu.org)
8734tnansj.fsf@protonmail.com
Closing in favor of https://issues.guix.gnu.org/68146 which also
includes keeping the older wlroots for packages which aren't using 0.17
yet (though to be investigated; to finish review and push soon is my
plan).

Thanks for the patch, sorry for the delay!

On Sun, Dec 10, 2023 at 05:44 AM, dziltener@lyrion.ch wrote:

Toggle quote (33 lines)
>>From 0edcb77d258b3f27af57ede4231f1811cf07eec2 Mon Sep 17 00:00:00 2001
> From: Daniel Ziltener <dziltener@lyrion.ch>
> Date: Sun, 10 Dec 2023 11:44:16 +0100
> Subject: [PATCH] gnu: wlroots: update to 0.17.0.
> To: guix-patches@gnu.org
> Cc: dziltener@lyrion.ch
>
> ---
> 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 82ef67a2e4..317f72928b 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1674,7 +1674,7 @@ (define-public polybar
> (define-public wlroots
> (package
> (name "wlroots")
> - (version "0.16.2")
> + (version "0.17.0")
> (source
> (origin
> (method git-fetch)
> @@ -1683,7 +1683,7 @@ (define-public wlroots
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
> + (base32 "11vb6xjvsjz7j2jkx00ygjp5xi63ni8ydd8wf3s0200ldr4ffjjm"))))
> (build-system meson-build-system)
> (arguments
> `(#:phases
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67746
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help