diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-23 22:27:28 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:38 +0100 |
| commit | da450aa7deebcdc8e094bb581d52d3c1e3df9955 (patch) | |
| tree | de30eb00620e8424f39723c56fd1c91f3da80732 /gnu/packages | |
| parent | 77d64772aa632bc70f8c96a7688f8a692d6dd92a (diff) | |
gnu: python-boto3: Update to 1.42.5.
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.42.5.
Change-Id: I13a5efd3d7b030a6c03e966660f866f153805be2
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 35ae85ac088..2f4623a5019 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19905,7 +19905,7 @@ Amazon Web Services (AWS) API.") (define-public python-boto3 (package (name "python-boto3") - (version "1.40.61") + (version "1.42.5") (source (origin (method git-fetch) @@ -19914,11 +19914,11 @@ Amazon Web Services (AWS) API.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0rjcs9grnrcak6w4l5plqcbwvknmg1k3q0xzg11kpp0sfiszbdph")))) + (base32 "15xpx54k503zcr03rx5q4fc3wf4f9zxnmghah9shamb61k2zriv1")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 1415 passed, 17 skipped, 1 warning + ;; tests: 1435 passed, 22 skipped, 1 warning #:test-flags #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))) ;; Integration tests are trying to connect to AWS. |
