unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217
@ 2023-12-01 20:30 Sergey Trofimov
  2023-12-01 20:36 ` [bug#67571] [PATCH 1/2] gnu: tdlib: Update to 1.8.21 Sergey Trofimov
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-01 20:30 UTC (permalink / raw)
  To: 67571; +Cc: Sergey Trofimov

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





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH 1/2] gnu: tdlib: Update to 1.8.21.
  2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
@ 2023-12-01 20:36 ` Sergey Trofimov
  2023-12-01 20:36 ` [bug#67571] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.217 Sergey Trofimov
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-01 20:36 UTC (permalink / raw)
  To: 67571; +Cc: Sergey Trofimov

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.217.
  2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
  2023-12-01 20:36 ` [bug#67571] [PATCH 1/2] gnu: tdlib: Update to 1.8.21 Sergey Trofimov
@ 2023-12-01 20:36 ` Sergey Trofimov
  2023-12-08 16:20 ` [bug#67571] [PATCH v1 1/2] gnu: tdlib: Update to 1.8.22 Sergey Trofimov
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-01 20:36 UTC (permalink / raw)
  To: 67571
  Cc: Sergey Trofimov, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v1 1/2] gnu: tdlib: Update to 1.8.22.
  2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
  2023-12-01 20:36 ` [bug#67571] [PATCH 1/2] gnu: tdlib: Update to 1.8.21 Sergey Trofimov
  2023-12-01 20:36 ` [bug#67571] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.217 Sergey Trofimov
@ 2023-12-08 16:20 ` Sergey Trofimov
  2023-12-08 16:20   ` [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220 Sergey Trofimov
  2023-12-31 13:00 ` [bug#67571] [PATCH v2 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
  2024-01-02  8:56 ` [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
  4 siblings, 1 reply; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-08 16:20 UTC (permalink / raw)
  To: 67571; +Cc: Sergey Trofimov

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220.
  2023-12-08 16:20 ` [bug#67571] [PATCH v1 1/2] gnu: tdlib: Update to 1.8.22 Sergey Trofimov
@ 2023-12-08 16:20   ` Sergey Trofimov
  2023-12-08 17:00     ` Liliana Marie Prikler
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-08 16:20 UTC (permalink / raw)
  To: 67571
  Cc: Sergey Trofimov, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220.
  2023-12-08 16:20   ` [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220 Sergey Trofimov
@ 2023-12-08 17:00     ` Liliana Marie Prikler
  0 siblings, 0 replies; 11+ messages in thread
From: Liliana Marie Prikler @ 2023-12-08 17:00 UTC (permalink / raw)
  To: Sergey Trofimov, 67571; +Cc: Katherine Cox-Buday, Andrew Tropin

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v2 1/2] gnu: tdlib: Update to 1.8.23.
  2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
                   ` (2 preceding siblings ...)
  2023-12-08 16:20 ` [bug#67571] [PATCH v1 1/2] gnu: tdlib: Update to 1.8.22 Sergey Trofimov
@ 2023-12-31 13:00 ` Sergey Trofimov
  2023-12-31 13:00   ` [bug#67571] [PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230 Sergey Trofimov
  2024-01-02  8:56 ` [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
  4 siblings, 1 reply; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-31 13:00 UTC (permalink / raw)
  To: 67571; +Cc: Sergey Trofimov, Sergey Trofimov, Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230.
  2023-12-31 13:00 ` [bug#67571] [PATCH v2 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
@ 2023-12-31 13:00   ` Sergey Trofimov
  0 siblings, 0 replies; 11+ messages in thread
From: Sergey Trofimov @ 2023-12-31 13:00 UTC (permalink / raw)
  To: 67571
  Cc: Sergey Trofimov, Sergey Trofimov, Liliana Marie Prikler,
	Andrew Tropin, Katherine Cox-Buday

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23.
  2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
                   ` (3 preceding siblings ...)
  2023-12-31 13:00 ` [bug#67571] [PATCH v2 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
@ 2024-01-02  8:56 ` Sergey Trofimov
  2024-01-02  8:56   ` [bug#67571] [PATCH v3 2/2] gnu: emacs-telega-server: Update to 0.8.230 Sergey Trofimov
  2024-01-02  9:56   ` bug#67571: [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Andrew Tropin via Guix-patches via
  4 siblings, 2 replies; 11+ messages in thread
From: Sergey Trofimov @ 2024-01-02  8:56 UTC (permalink / raw)
  To: 67571; +Cc: Sergey Trofimov, Sergey Trofimov, Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [bug#67571] [PATCH v3 2/2] gnu: emacs-telega-server: Update to 0.8.230.
  2024-01-02  8:56 ` [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
@ 2024-01-02  8:56   ` Sergey Trofimov
  2024-01-02  9:56   ` bug#67571: [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Andrew Tropin via Guix-patches via
  1 sibling, 0 replies; 11+ messages in thread
From: Sergey Trofimov @ 2024-01-02  8:56 UTC (permalink / raw)
  To: 67571
  Cc: Sergey Trofimov, Sergey Trofimov, Liliana Marie Prikler,
	Andrew Tropin, Katherine Cox-Buday

* 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





^ permalink raw reply related	[flat|nested] 11+ messages in thread

* bug#67571: [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23.
  2024-01-02  8:56 ` [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
  2024-01-02  8:56   ` [bug#67571] [PATCH v3 2/2] gnu: emacs-telega-server: Update to 0.8.230 Sergey Trofimov
@ 2024-01-02  9:56   ` Andrew Tropin via Guix-patches via
  1 sibling, 0 replies; 11+ messages in thread
From: Andrew Tropin via Guix-patches via @ 2024-01-02  9:56 UTC (permalink / raw)
  To: Sergey Trofimov, 67571-done; +Cc: Sergey Trofimov, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-02  9:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
2023-12-01 20:36 ` [bug#67571] [PATCH 1/2] gnu: tdlib: Update to 1.8.21 Sergey Trofimov
2023-12-01 20:36 ` [bug#67571] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.217 Sergey Trofimov
2023-12-08 16:20 ` [bug#67571] [PATCH v1 1/2] gnu: tdlib: Update to 1.8.22 Sergey Trofimov
2023-12-08 16:20   ` [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220 Sergey Trofimov
2023-12-08 17:00     ` Liliana Marie Prikler
2023-12-31 13:00 ` [bug#67571] [PATCH v2 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
2023-12-31 13:00   ` [bug#67571] [PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230 Sergey Trofimov
2024-01-02  8:56 ` [bug#67571] [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
2024-01-02  8:56   ` [bug#67571] [PATCH v3 2/2] gnu: emacs-telega-server: Update to 0.8.230 Sergey Trofimov
2024-01-02  9:56   ` bug#67571: [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Andrew Tropin via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).