[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pytelegrambotapi: Update to 4.21.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pytelegrambotapi: Update to 4.21.0. |
Date: |
Thu, 11 Jul 2024 23:04:38 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dd1b8840ac gnu: python-pytelegrambotapi: Update to 4.21.0.
dd1b8840ac is described below
commit dd1b8840ace3c964f293f3ee2444738d142922ee
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Jul 11 22:02:00 2024 -0500
gnu: python-pytelegrambotapi: Update to 4.21.0.
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.21.0.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-hatchling.
Change-Id: I60e7f8be1dfc6921e843c782a95d774b966ece3c
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cc83c72dd2..264fd3edd5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2071,7 +2071,7 @@ task of adding retry behavior to just about anything.")
(define-public python-pytelegrambotapi
(package
(name "python-pytelegrambotapi")
- (version "3.7.4")
+ (version "4.21.0")
(source
(origin
(method git-fetch)
@@ -2080,8 +2080,8 @@ task of adding retry behavior to just about anything.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0r7g5zs0fk3g2dxvbpl0pi730x7r2kalrhn30fs0pvc15a59fmxz"))))
- (build-system python-build-system)
+ (base32 "14df0mll9q8x4fka4lihmz4vdlgrvc4i13bspxnig2qz1b3k4ivv"))))
+ (build-system pyproject-build-system)
(arguments
(list
#:phases
@@ -2094,7 +2094,7 @@ task of adding retry behavior to just about anything.")
(propagated-inputs
(list python-requests))
(native-inputs
- (list python-pytest))
+ (list python-hatchling python-pytest))
(home-page "https://github.com/eternnoir/pyTelegramBotAPI")
(synopsis "Python Telegram bot api")
(description "This package provides a simple, but extensible Python
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pytelegrambotapi: Update to 4.21.0.,
guix-commits <=