~efraim/guix

3aef19c19c4f4bc67e6a032dbef25e76881cc46b — jgart a month ago d7d779a
gnu: python-pytelegrambotapi: Update to 4.22.0.

* gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.22.0.

Change-Id: I6449bd9d9f099dbe3baab7bb6d44198f480a4101
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 2112,7 2112,7 @@ task of adding retry behavior to just about anything.")
(define-public python-pytelegrambotapi
  (package
    (name "python-pytelegrambotapi")
    (version "4.21.0")
    (version "4.22.0")
    (source
     (origin
       (method git-fetch)


@@ 2121,7 2121,7 @@ task of adding retry behavior to just about anything.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "14df0mll9q8x4fka4lihmz4vdlgrvc4i13bspxnig2qz1b3k4ivv"))))
        (base32 "0mic9wk6xg7p2ca7b03fc19l86yc9bkciq7kp8l9xvzzzmg4rzw4"))))
    (build-system pyproject-build-system)
    (arguments
     (list