[PATCH 0/2] Update emacs-telega to 0.8.217

  • Done
  • quality assurance status badge
Details
3 participants
  • Andrew Tropin
  • Liliana Marie Prikler
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal
S
S
Sergey Trofimov wrote on 1 Dec 2023 21:30
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
cover.1701462449.git.sarg@sarg.org.ru
Updating tdlib as well to match telega requirements.

Sergey Trofimov (2):
gnu: emacs-telega-server: Update to 0.8.217.
gnu: tdlib: Update to 1.8.21.

gnu/packages/emacs-xyz.scm | 9 +++------
gnu/packages/messaging.scm | 6 +++---
2 files changed, 6 insertions(+), 9 deletions(-)


base-commit: 842a11f1caa1bb929c427722ad9d7b7c1ff65727
--
2.41.0
S
S
Sergey Trofimov wrote on 1 Dec 2023 21:36
[PATCH 1/2] gnu: tdlib: Update to 1.8.21.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
3ae1bfd0e89657f8c1fc1abe7c58699c5ee48072.1701462449.git.sarg@sarg.org.ru
* gnu/packages/messaging.scm (tdlib): Update to 1.8.21.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1c5bc4bbd7..695837b257 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2636,11 +2636,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
+ (let ((commit "3870c29b158b75ca5e48e0eebd6b5c3a7994a000")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.20" revision commit))
+ (version (git-version "1.8.21" revision commit))
(source
(origin
(method git-fetch)
@@ -2648,7 +2648,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
+ (base32 "12c59pyghyyamzln8bzhs65alv8ysw3ny6sccvwasr84yyif0b1h"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.41.0
S
S
Sergey Trofimov wrote on 1 Dec 2023 21:36
[PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.217.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
a2efa75a45365b5610422594fa8fa12b0bf96a98.1701462449.git.sarg@sarg.org.ru
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.217.
---
gnu/packages/emacs-xyz.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0361b9160c..f6dcaa875f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34202,11 +34202,11 @@ (define-public emacs-helm-switch-to-repl
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+ (let ((commit "1a292c01f4e3e488c306538e2c41b43f6c12580f")
(revision "0"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.203" revision commit))
+ (version (git-version "0.8.217" revision commit))
(source
(origin
(method git-fetch)
@@ -34214,7 +34214,7 @@ (define-public emacs-telega-server
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
+ (base32 "1nnhf2zmzhz3i2g12d3ahyhp8ljby3363agfzz1ghk9iybn81zkc"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
@@ -34293,7 +34293,6 @@ (define-public emacs-telega
"/etc"))))))))
(inputs
(list emacs-telega-server ffmpeg))
- (native-inputs '())
(propagated-inputs
(list emacs-visual-fill-column emacs-company
emacs-rainbow-identifiers))
@@ -34314,8 +34313,6 @@ (define-public emacs-telega-contrib
(lambda _ (chdir "contrib")))
(add-before 'install-license-files 'leave-subdirectory
(lambda _ (chdir ".."))))))
- (inputs '())
- (native-inputs '())
(propagated-inputs
(list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega))
(synopsis "Contributed packages to Telega")
--
2.41.0
S
S
Sergey Trofimov wrote on 8 Dec 2023 17:20
[PATCH v1 1/2] gnu: tdlib: Update to 1.8.22.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
483a7b426ea4ae8e4c427a4ddbde6906c81efb4b.1702052324.git.sarg@sarg.org.ru
* gnu/packages/messaging.scm (tdlib): Update to 1.8.22.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1c5bc4bbd7..b2e467e7fc 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2636,11 +2636,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
+ (let ((commit "24893faf75d84b2b885f3f7aeb9d5a3c056fa7be")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.20" revision commit))
+ (version (git-version "1.8.22" revision commit))
(source
(origin
(method git-fetch)
@@ -2648,7 +2648,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
+ (base32 "18myf5iry3xyv5w6vza74radhhr06f9i9vgsp09b9ypmxsnygiz1"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments

base-commit: 06f25a9a85be1bbe7a709e58ce41c1a834e5f1ae
--
2.41.0
S
S
Sergey Trofimov wrote on 8 Dec 2023 17:20
[PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
84efd8afba7a5fe0f371699e19a176ad32d733ee.1702052324.git.sarg@sarg.org.ru
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.220.
---
gnu/packages/emacs-xyz.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index af867d1173..0315e387c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34223,11 +34223,11 @@ (define-public emacs-helm-switch-to-repl
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+ (let ((commit "e0ad17b5650b98313219ece3fc371ec051f7a597")
(revision "0"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.203" revision commit))
+ (version (git-version "0.8.220" revision commit))
(source
(origin
(method git-fetch)
@@ -34235,7 +34235,7 @@ (define-public emacs-telega-server
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
+ (base32 "049xv1ysg0r46k47z3dkdkwqh1f086c5l9yp7c9cs45vg8cj283x"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
@@ -34314,7 +34314,6 @@ (define-public emacs-telega
"/etc"))))))))
(inputs
(list emacs-telega-server ffmpeg))
- (native-inputs '())
(propagated-inputs
(list emacs-visual-fill-column emacs-company
emacs-rainbow-identifiers))
@@ -34335,8 +34334,6 @@ (define-public emacs-telega-contrib
(lambda _ (chdir "contrib")))
(add-before 'install-license-files 'leave-subdirectory
(lambda _ (chdir ".."))))))
- (inputs '())
- (native-inputs '())
(propagated-inputs
(list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega))
(synopsis "Contributed packages to Telega")
--
2.41.0
L
L
Liliana Marie Prikler wrote on 8 Dec 2023 18:00
8a28b509ba0670acea3e6740d09d93435f3c1992.camel@gmail.com
Am Freitag, dem 08.12.2023 um 17:20 +0100 schrieb Sergey Trofimov:
Toggle quote (51 lines)
> * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to
> 0.8.220.


> ---
>  gnu/packages/emacs-xyz.scm | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index af867d1173..0315e387c2 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -34223,11 +34223,11 @@ (define-public emacs-helm-switch-to-repl
>      (license license:gpl3+)))
>  
>  (define-public emacs-telega-server
> -  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
> +  (let ((commit "e0ad17b5650b98313219ece3fc371ec051f7a597")
>          (revision "0"))
>      (package
>        (name "emacs-telega-server")
> -      (version (git-version "0.8.203" revision commit))
> +      (version (git-version "0.8.220" revision commit))
>        (source
>         (origin
>           (method git-fetch)
> @@ -34235,7 +34235,7 @@ (define-public emacs-telega-server
>                 (url "https://github.com/zevlg/telega.el")
>                 (commit commit)))
>           (sha256
> -          (base32
> "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
> +          (base32
> "049xv1ysg0r46k47z3dkdkwqh1f086c5l9yp7c9cs45vg8cj283x"))
>           (file-name (git-file-name "emacs-telega" version))
>           (patches
>            (search-patches "emacs-telega-path-placeholder.patch"
> @@ -34314,7 +34314,6 @@ (define-public emacs-telega
>                                  "/etc"))))))))
>      (inputs
>       (list emacs-telega-server ffmpeg))
> -    (native-inputs '())
>      (propagated-inputs
>       (list emacs-visual-fill-column emacs-company
>             emacs-rainbow-identifiers))
> @@ -34335,8 +34334,6 @@ (define-public emacs-telega-contrib
>              (lambda _ (chdir "contrib")))
>            (add-before 'install-license-files 'leave-subdirectory
>              (lambda _ (chdir ".."))))))
> -    (inputs '())
> -    (native-inputs '())
Is there a reason to delete these lines? It's not mentioned in the
ChangeLog either.

Cheers
S
S
Sergey Trofimov wrote on 31 Dec 2023 14:00
[PATCH v2 1/2] gnu: tdlib: Update to 1.8.23.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
76b2f547c93bf00ce1826db5ac1a31ba0f2e57d0.1704027282.git.sarg@sarg.org.ru
* gnu/packages/messaging.scm (tdlib): Update to 1.8.23.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (44 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1c5bc4bbd7..491901edf3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2636,11 +2636,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
+ (let ((commit "27c3eaeb4964bd5f18d8488e354abde1a4383e49")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.20" revision commit))
+ (version (git-version "1.8.23" revision commit))
(source
(origin
(method git-fetch)
@@ -2648,7 +2648,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
+ (base32 "14f65dfmg2p5hyvi3lffvvazwcd3i3jrrw3c2pwrc5yfgxk3662g"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments

base-commit: 94b5db7bbc28195de29d71caf219330dc960dbad
prerequisite-patch-id: 4b5032a22b70bff803b7bbd0693b00984f53a25e
prerequisite-patch-id: 68eb78a4650b2e0880ad3735fbd1f0296adc7de7
prerequisite-patch-id: 459acfa6015a1fc926eddd3f5b13407a74d8ef95
prerequisite-patch-id: 7f3cf0da78d3a019888053ba63cd03c3abd6bf2e
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
prerequisite-patch-id: aba438a3c32ef44149bbc749c1e0b89d00006b3e
prerequisite-patch-id: 73fec0ada712beb0dacba8d0e81025577f3039f2
prerequisite-patch-id: 0acd60a2253d5ad84cd252a8cce43c6527534f5b
prerequisite-patch-id: 81dcae5655b868a4a8bb4970070e92f730e164db
prerequisite-patch-id: fecc0b1220e53c56ead6d3dfd1ed88dc2f2acea9
prerequisite-patch-id: e5e217f31ed037f3161935cce3b37572262cabc3
prerequisite-patch-id: c28cd18a028ee3129d2a492e9297f52ccd3137a7
prerequisite-patch-id: 51199b8d0dc0c9fd45bca2f8743d83565255ea80
--
2.41.0
S
S
Sergey Trofimov wrote on 31 Dec 2023 14:00
[PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
a679f7401c25452c3020dc36cc708fd63fa3713a.1704027282.git.sarg@sarg.org.ru
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.230.
---
gnu/packages/emacs-xyz.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 773cacb616..23698bd637 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34191,11 +34191,11 @@ (define-public emacs-helm-switch-to-repl
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+ (let ((commit "304705fa007c3dae3c5d0c6dc66641ae783f0081")
(revision "0"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.203" revision commit))
+ (version (git-version "0.8.230" revision commit))
(source
(origin
(method git-fetch)
@@ -34203,7 +34203,7 @@ (define-public emacs-telega-server
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
+ (base32 "02yxjaxpf2f6pjg3ixw7jvx56x6lfh30mnsmiz1p2yi64kyllaan"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
@@ -34282,7 +34282,6 @@ (define-public emacs-telega
"/etc"))))))))
(inputs
(list emacs-telega-server ffmpeg))
- (native-inputs '())
(propagated-inputs
(list emacs-visual-fill-column emacs-company
emacs-rainbow-identifiers))
@@ -34303,8 +34302,6 @@ (define-public emacs-telega-contrib
(lambda _ (chdir "contrib")))
(add-before 'install-license-files 'leave-subdirectory
(lambda _ (chdir ".."))))))
- (inputs '())
- (native-inputs '())
(propagated-inputs
(list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega))
(synopsis "Contributed packages to Telega")
--
2.41.0
S
S
Sergey Trofimov wrote on 2 Jan 09:56 +0100
[PATCH v3 1/2] gnu: tdlib: Update to 1.8.23.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
a7b320e284f67a2548651b5352a9e13a85c607f8.1704185754.git.sarg@sarg.org.ru
* gnu/packages/messaging.scm (tdlib): Update to 1.8.23.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1c5bc4bbd7..491901edf3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2636,11 +2636,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
+ (let ((commit "27c3eaeb4964bd5f18d8488e354abde1a4383e49")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.20" revision commit))
+ (version (git-version "1.8.23" revision commit))
(source
(origin
(method git-fetch)
@@ -2648,7 +2648,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
+ (base32 "14f65dfmg2p5hyvi3lffvvazwcd3i3jrrw3c2pwrc5yfgxk3662g"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
--
2.41.0
S
S
Sergey Trofimov wrote on 2 Jan 09:56 +0100
[PATCH v3 2/2] gnu: emacs-telega-server: Update to 0.8.230.
(address . 67571@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
c8ac6c76e0fa6a4fa3ede7b5855216a36aa16512.1704185754.git.sarg@sarg.org.ru
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.230.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fae37ba5aa..1001eeb06a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34193,11 +34193,11 @@ (define-public emacs-helm-switch-to-repl
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+ (let ((commit "304705fa007c3dae3c5d0c6dc66641ae783f0081")
(revision "0"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.203" revision commit))
+ (version (git-version "0.8.230" revision commit))
(source
(origin
(method git-fetch)
@@ -34205,7 +34205,7 @@ (define-public emacs-telega-server
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
+ (base32 "02yxjaxpf2f6pjg3ixw7jvx56x6lfh30mnsmiz1p2yi64kyllaan"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
--
2.41.0
A
A
Andrew Tropin wrote on 2 Jan 10:56 +0100
Re: [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23.
87frzg3vop.fsf@trop.in
On 2024-01-02 09:56, Sergey Trofimov wrote:

Toggle quote (37 lines)
> * gnu/packages/messaging.scm (tdlib): Update to 1.8.23.
> ---
> gnu/packages/messaging.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
> index 1c5bc4bbd7..491901edf3 100644
> --- a/gnu/packages/messaging.scm
> +++ b/gnu/packages/messaging.scm
> @@ -2636,11 +2636,11 @@ (define-public telegram-purple
> (license license:gpl2+)))
>
> (define-public tdlib
> - (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
> + (let ((commit "27c3eaeb4964bd5f18d8488e354abde1a4383e49")
> (revision "0"))
> (package
> (name "tdlib")
> - (version (git-version "1.8.20" revision commit))
> + (version (git-version "1.8.23" revision commit))
> (source
> (origin
> (method git-fetch)
> @@ -2648,7 +2648,7 @@ (define-public tdlib
> (url "https://github.com/tdlib/td")
> (commit commit)))
> (sha256
> - (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
> + (base32 "14f65dfmg2p5hyvi3lffvvazwcd3i3jrrw3c2pwrc5yfgxk3662g"))
> (file-name (git-file-name name version))))
> (build-system cmake-build-system)
> (arguments
>
> base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
> --
> 2.41.0

LGTM, applied, pushed as

Thank you for updating it!

--
Best regards,
Andrew Tropin
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmWT3dYACgkQIgjSCVjB
3rDrCxAAjN51XAsbdWvI4iYPbA2lgEmPPQMTUKKSpEG4iEP5hnkaaNT1MTLfc25Q
A1vboIzBJxfAix1GHfzZYYh9WDXbfCrOyUUmcwD4ocNNCAjCE+WYqR9e0drQMuEA
DckWZa6kML1HvBH4nQ6JsXUu3tcfJPUFgOcIzMnSQVjg3B8lWMyZkEvL8h1yR1Rp
CcTyi8aFJg34NPnEgptvDg5tbYoOxN4AwNc7vP+Qt1mdcgY0et9sFGAt6sELrsYA
DM78YhCCj82G9wgnA+g1j1YNV3WACcynwMc0tOCyOoy0LXbnURgmfxprX6y0gsnJ
V+GLtWUE2dRx/aPIFwslsjTX9mC7VuzGPa0sHDaPJ3XU7Bv5HuVprO4vvguFtv+Q
OeeWo/JrkU0zxVXAkTvAHRqBCZ3KvfVCoLl6XvL/NFZJsx/d+b/xE74KxvL4bT5D
ciXCxc4tRBRGafQhvOskPwG0a6hr/0iaPUNwhak6XVLn8Ck/Vl4dVmrQ/0NOkew/
FjxDgFejszwZZSBOyiazw1QO32oaXlXBuymke0s0RrAF9VhTqzAy75yT8a977hh9
c1YoIGifasIjc6HjbmRmWscCRPTuj1UgEaUZm+zmKyGDDoLXkeNyJ61QtAClT+JG
rUk/l9owKP6kQExyvZcSeixSvAJ1hjLBiBYJScODfSWE4MSTV24=
=vYyg
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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