mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
This commit is contained in:
parent
74ed0a9f15
commit
dd1b8840ac
1 changed files with 4 additions and 4 deletions
|
@ -2071,7 +2071,7 @@ (define-public python-tenacity
|
||||||
(define-public python-pytelegrambotapi
|
(define-public python-pytelegrambotapi
|
||||||
(package
|
(package
|
||||||
(name "python-pytelegrambotapi")
|
(name "python-pytelegrambotapi")
|
||||||
(version "3.7.4")
|
(version "4.21.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2080,8 +2080,8 @@ (define-public python-pytelegrambotapi
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r7g5zs0fk3g2dxvbpl0pi730x7r2kalrhn30fs0pvc15a59fmxz"))))
|
(base32 "14df0mll9q8x4fka4lihmz4vdlgrvc4i13bspxnig2qz1b3k4ivv"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -2094,7 +2094,7 @@ (define-public python-pytelegrambotapi
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-requests))
|
(list python-requests))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-hatchling python-pytest))
|
||||||
(home-page "https://github.com/eternnoir/pyTelegramBotAPI")
|
(home-page "https://github.com/eternnoir/pyTelegramBotAPI")
|
||||||
(synopsis "Python Telegram bot api")
|
(synopsis "Python Telegram bot api")
|
||||||
(description "This package provides a simple, but extensible Python
|
(description "This package provides a simple, but extensible Python
|
||||||
|
|
Loading…
Reference in a new issue