[PATCH] gnu: libx11: Update to 1.7.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210217184650.19605-1-vincent.legoll@gmail.com
* gnu/packages/xorg.scm (libx11): Update to 1.7.0.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0aa87f850d..3f17329aee 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5477,7 +5477,7 @@ draggable titlebars and borders.")
(define-public libx11
(package
(name "libx11")
- (version "1.6.12")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
@@ -5487,7 +5487,7 @@ draggable titlebars and borders.")
".tar.bz2"))
(sha256
(base32
- "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))
+ "0m6bfwllr3pq2c00l51y62yiq15kphc8dw69zf67qhwmclxzkj1n"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of man pages + XML
--
2.30.0
Vincent Legoll wrote 4 years ago
Re: bug#46593: Acknowledgement ([PATCH] gnu: libx11: Update to 1.7.0.)
(address . 46593@debbugs.gnu.org)
CAEwRq=qPjzxRcED3s2kyH2jmY8wo_=Vvn2GHnC4+PP6WWpX50w@mail.gmail.com
For core-updates, rebuilt a bunch of dependents successfuly:
xf86-video-amdgpu
xf86-input-evdev

On Wed, Feb 17, 2021 at 7:48 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
Toggle quote (25 lines)
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 46593@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 46593: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46593
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems



--
Vincent Legoll
Leo Famulari wrote 4 years ago
Re: [bug#46593] [PATCH] gnu: libx11: Update to 1.7.0.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46593-done@debbugs.gnu.org)
YDFUt63C3MeZT6E4@jasmine.lan
On Wed, Feb 17, 2021 at 07:46:50PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/xorg.scm (libx11): Update to 1.7.0.

Thanks! Pushed as 910699ea1e3a1ae43da149621254fa119064bd97
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 46593
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