unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66956] [PATCH 1/2] gnu: tdlib: Update to 1.8.20.
@ 2023-11-05 16:30 Sergey Trofimov
  2023-11-05 16:32 ` [bug#66956] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.203 Sergey Trofimov
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Trofimov @ 2023-11-05 16:30 UTC (permalink / raw)
  To: 66956; +Cc: Sergey Trofimov

* gnu/packages/messaging.scm (tdlib): Update to 1.8.20.
---
 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 c669b6f139..1c5bc4bbd7 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 "4d1d22d6f477d61f6ff2b8f6e49de1847092c5b4")
+  (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
         (revision "0"))
     (package
       (name "tdlib")
-      (version (git-version "1.8.16" revision commit))
+      (version (git-version "1.8.20" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -2648,7 +2648,7 @@ (define-public tdlib
                (url "https://github.com/tdlib/td")
                (commit commit)))
          (sha256
-          (base32 "0nv921k795kq0l993rxzd5pm5v3l3mnwbaxb7d7d0m0506l4w9fk"))
+          (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
          (file-name (git-file-name name version))))
       (build-system cmake-build-system)
       (arguments

base-commit: 175532b749df65519d10699d49cc8b65b14a1f96
--
2.41.0





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

* [bug#66956] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.203.
  2023-11-05 16:30 [bug#66956] [PATCH 1/2] gnu: tdlib: Update to 1.8.20 Sergey Trofimov
@ 2023-11-05 16:32 ` Sergey Trofimov
  2023-11-07 17:18   ` bug#66956: " Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Trofimov @ 2023-11-05 16:32 UTC (permalink / raw)
  To: 66956
  Cc: Sergey Trofimov, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.203.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c4bf5a2a1..5f522da1c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33992,11 +33992,11 @@ (define-public emacs-helm-switch-to-repl
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "17bfa50c8f2e70daeb8866f3bf195f15623ab520")
-        (revision "1"))
+  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+        (revision "0"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.03" revision commit))
+      (version (git-version "0.8.203" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -34004,7 +34004,7 @@ (define-public emacs-telega-server
                (url "https://github.com/zevlg/telega.el")
                (commit commit)))
          (sha256
-          (base32 "1057zr4g8llxmzy47l5klyi89x66q8qx5vrd50pmpsp4c6772jz9"))
+          (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
          (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] 3+ messages in thread

* bug#66956: [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.203.
  2023-11-05 16:32 ` [bug#66956] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.203 Sergey Trofimov
@ 2023-11-07 17:18   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2023-11-07 17:18 UTC (permalink / raw)
  To: Sergey Trofimov, 66956-done
  Cc: Katherine Cox-Buday, Sergey Trofimov, Liliana Marie Prikler

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

On 2023-11-05 17:32, Sergey Trofimov wrote:

> * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.203.
> ---
>  gnu/packages/emacs-xyz.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 2c4bf5a2a1..5f522da1c7 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -33992,11 +33992,11 @@ (define-public emacs-helm-switch-to-repl
>      (license license:gpl3+)))
>  
>  (define-public emacs-telega-server
> -  (let ((commit "17bfa50c8f2e70daeb8866f3bf195f15623ab520")
> -        (revision "1"))
> +  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
> +        (revision "0"))
>      (package
>        (name "emacs-telega-server")
> -      (version (git-version "0.8.03" revision commit))
> +      (version (git-version "0.8.203" revision commit))
>        (source
>         (origin
>           (method git-fetch)
> @@ -34004,7 +34004,7 @@ (define-public emacs-telega-server
>                 (url "https://github.com/zevlg/telega.el")
>                 (commit commit)))
>           (sha256
> -          (base32 "1057zr4g8llxmzy47l5klyi89x66q8qx5vrd50pmpsp4c6772jz9"))
> +          (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
>           (file-name (git-file-name "emacs-telega" version))
>           (patches
>            (search-patches "emacs-telega-path-placeholder.patch"

Hi Sergey, LGTM, applied, pushed.

-- 
Best regards,
Andrew Tropin

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

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

end of thread, other threads:[~2023-11-07 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-05 16:30 [bug#66956] [PATCH 1/2] gnu: tdlib: Update to 1.8.20 Sergey Trofimov
2023-11-05 16:32 ` [bug#66956] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.203 Sergey Trofimov
2023-11-07 17:18   ` bug#66956: " Andrew Tropin

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).