mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-boto3: Update to 1.42.5.
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.42.5. Change-Id: I13a5efd3d7b030a6c03e966660f866f153805be2
This commit is contained in:
parent
65a1e432b2
commit
a7eed51149
1 changed files with 3 additions and 3 deletions
|
|
@ -19867,7 +19867,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)
|
||||
|
|
@ -19876,11 +19876,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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue