mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pytelegrambotapi: Update to 4.22.0.
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.22.0. Change-Id: I6449bd9d9f099dbe3baab7bb6d44198f480a4101
This commit is contained in:
parent
d7d779a3ef
commit
3aef19c19c
1 changed files with 2 additions and 2 deletions
|
@ -2112,7 +2112,7 @@ (define-public python-tenacity
|
||||||
(define-public python-pytelegrambotapi
|
(define-public python-pytelegrambotapi
|
||||||
(package
|
(package
|
||||||
(name "python-pytelegrambotapi")
|
(name "python-pytelegrambotapi")
|
||||||
(version "4.21.0")
|
(version "4.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2121,7 +2121,7 @@ (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 "14df0mll9q8x4fka4lihmz4vdlgrvc4i13bspxnig2qz1b3k4ivv"))))
|
(base32 "0mic9wk6xg7p2ca7b03fc19l86yc9bkciq7kp8l9xvzzzmg4rzw4"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue