GNU bug report logs -
#67571
[PATCH 0/2] Update emacs-telega to 0.8.217
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Fri, 1 Dec 2023 20:32:02 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67571 in the body.
You can then email your comments to 67571 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Fri, 01 Dec 2023 20:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 01 Dec 2023 20:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Fri, 01 Dec 2023 20:37:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (tdlib): Update to 1.8.21.
---
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..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
Information forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Fri, 01 Dec 2023 20:37:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Fri, 08 Dec 2023 16:21:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (tdlib): Update to 1.8.22.
---
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..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
Information forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Fri, 08 Dec 2023 16:21:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* 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 '())
(propagated-inputs
(list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega))
(synopsis "Contributed packages to Telega")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Fri, 08 Dec 2023 17:02:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 67571 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 08.12.2023 um 17:20 +0100 schrieb Sergey Trofimov:
> * 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
Information forwarded
to
sarg <at> sarg.org.ru, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Sun, 31 Dec 2023 13:01:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* 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: 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
Information forwarded
to
sarg <at> sarg.org.ru, liliana.prikler <at> gmail.com, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Sun, 31 Dec 2023 13:01:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Information forwarded
to
sarg <at> sarg.org.ru, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Tue, 02 Jan 2024 08:58:01 GMT)
Full text and
rfc822 format available.
Message #29 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
sarg <at> sarg.org.ru, liliana.prikler <at> gmail.com, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, guix-patches <at> gnu.org
:
bug#67571
; Package
guix-patches
.
(Tue, 02 Jan 2024 08:58:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 67571 <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Reply sent
to
Andrew Tropin <andrew <at> trop.in>
:
You have taken responsibility.
(Tue, 02 Jan 2024 09:57:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Tue, 02 Jan 2024 09:57:02 GMT)
Full text and
rfc822 format available.
Message #37 received at 67571-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2024-01-02 09:56, Sergey Trofimov wrote:
> * 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
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=344108df68
Thank you for updating it!
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 30 Jan 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.