diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-31 22:42:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:01:54 +0100 |
| commit | 5a331b95b5c5edb14b96d788d0aaa210ad9aff44 (patch) | |
| tree | f1455d7a0f52ed95350fe0c9ea6abae5eec8c029 /gnu/packages/python-check.scm | |
| parent | f2180e6c5a0a1d15ce6c1fa7a2bf5e814f25af9e (diff) | |
gnu: python-pytest-randomly: Update to 4.1.0.
* gnu/packages/python-check.scm (python-pytest-randomly): Update to 4.1.0.
Change-Id: I9be3eb1cf23958dbc29cb804a5f4ce214e6e68ab
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index fe71450d954..1cc0e0f6c3a 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -3894,7 +3894,7 @@ reported in a previous test run.") | |||
| 3894 | (define-public python-pytest-randomly | 3894 | (define-public python-pytest-randomly |
| 3895 | (package | 3895 | (package |
| 3896 | (name "python-pytest-randomly") | 3896 | (name "python-pytest-randomly") |
| 3897 | (version "4.0.1") | 3897 | (version "4.1.0") |
| 3898 | (source | 3898 | (source |
| 3899 | (origin | 3899 | (origin |
| 3900 | (method git-fetch) | 3900 | (method git-fetch) |
| @@ -3903,7 +3903,7 @@ reported in a previous test run.") | |||
| 3903 | (commit version))) | 3903 | (commit version))) |
| 3904 | (file-name (git-file-name name version)) | 3904 | (file-name (git-file-name name version)) |
| 3905 | (sha256 | 3905 | (sha256 |
| 3906 | (base32 "0zglnyl3wc2ri9dhkvd1z0ywksk2v1abpdlclc253c8xivv4c3ai")))) | 3906 | (base32 "1wmykvydwznjla95gc5yxwrrd9mnj1s7p9mmx4jfzpy2cxd24ggr")))) |
| 3907 | (build-system pyproject-build-system) | 3907 | (build-system pyproject-build-system) |
| 3908 | (arguments | 3908 | (arguments |
| 3909 | (list | 3909 | (list |
