~ruther/guix-local

99d7436c1f37485fea39349bd46dfcf07a4437a1 — Cayetano Santos 6 months ago b1a4c06
gnu: python-canvasapi: Update to 3.4.0.

* gnu/packages/python-web.scm (python-canvasapi): Update to 3.4.0.
[native-inputs]: Remove python-urllib3-1.26 and python-wheel; add python-urllib3.

Change-Id: I565de1aa396b54d028019a90a1b31f75434cdcf4
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -4
@@ 8646,7 8646,7 @@ for URL parsing and changing.")
(define-public python-canvasapi
  (package
    (name "python-canvasapi")
    (version "3.3.0")
    (version "3.4.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 8655,14 8655,13 @@ for URL parsing and changing.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1gg6h2w4bajsis35p7l5r6bx54h5j2nq16r90wq8fbb0d3gz3f6q"))))
                "017gashyd4avxzlz3imwn18vmfd0cjyhbm063isra3d2wk3ivrkx"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-arrow python-pytz python-requests))
    (native-inputs (list python-pytest
                         python-requests-mock
                         python-setuptools
                         python-urllib3-1.26
                         python-wheel))
                         python-urllib3))
    (home-page "https://github.com/ucfopen/canvasapi")
    (synopsis "API wrapper for the Canvas LMS")
    (description