summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-12-20 10:04:08 +0100
committerCayetano Santos <csantosb@inventati.org>2025-12-21 17:39:56 +0100
commit99d7436c1f37485fea39349bd46dfcf07a4437a1 (patch)
tree95e895db86d3aac49bec78c094d717da943224f9 /gnu
parentb1a4c062ce99d309169a08213765ae1de25679a4 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2228132df48..f5db9a52606 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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