diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-02 17:34:25 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:57 +0100 |
| commit | 85108964bf7272a1169f8468c09764c32a16919b (patch) | |
| tree | 9825420650deba15d5153209fc67d68c84728b1d /gnu/packages/python-check.scm | |
| parent | dba5ae1a608bebf4f4be2e5127d37f0c1a70b10d (diff) | |
gnu: python-pytest-benchmark: Update to 5.2.3.
* gnu/packages/python-check.scm (python-pytest-benchmark): Update to 5.2.3.
[source]: Switch to git-fetch.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index fb91436f829..05c0285e965 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -2524,14 +2524,16 @@ Astropy project, but is optimized for use with astropy-related projects.") | |||
| 2524 | (define-public python-pytest-benchmark | 2524 | (define-public python-pytest-benchmark |
| 2525 | (package | 2525 | (package |
| 2526 | (name "python-pytest-benchmark") | 2526 | (name "python-pytest-benchmark") |
| 2527 | (version "5.1.0") | 2527 | (version "5.2.3") |
| 2528 | (source | 2528 | (source |
| 2529 | (origin | 2529 | (origin |
| 2530 | (method url-fetch) | 2530 | (method git-fetch) |
| 2531 | (uri (pypi-uri "pytest-benchmark" version)) | 2531 | (uri (git-reference |
| 2532 | (url "https://github.com/ionelmc/pytest-benchmark") | ||
| 2533 | (commit (string-append "v" version)))) | ||
| 2534 | (file-name (git-file-name name version)) | ||
| 2532 | (sha256 | 2535 | (sha256 |
| 2533 | (base32 | 2536 | (base32 "0xqwr78rcs5lps4zqhbqzx10k5lk8sl3m9hnsxk82lfngps0yf5a")))) |
| 2534 | "01d1mk951ldkw589z7f0w8c22sp5341hphflghgj7s4jqb6n39ly")))) | ||
| 2535 | (build-system pyproject-build-system) | 2537 | (build-system pyproject-build-system) |
| 2536 | (arguments | 2538 | (arguments |
| 2537 | (list #:tests? #f)) ;XXX: cycles with python-nbmake | 2539 | (list #:tests? #f)) ;XXX: cycles with python-nbmake |
