diff options
| author | Marius Bakke <marius@gnu.org> | 2022-02-13 15:34:34 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-02-15 00:21:15 +0100 |
| commit | aae5efb6d4f02f3f7007d83bdfc656de2cc55622 (patch) | |
| tree | cdaa8e51e2d27d2fb89e9bd6feace188e11ed4c6 /gnu/packages/python-xyz.scm | |
| parent | 208c607854c0f37923c1679d2280f03cb3630e77 (diff) | |
gnu: python-psutil: Update to 5.9.0.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.0.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 41b60325d2c..00b4e2980a4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -984,13 +984,13 @@ access the technical and tag data for video and audio files.") | |||
| 984 | (define-public python-psutil | 984 | (define-public python-psutil |
| 985 | (package | 985 | (package |
| 986 | (name "python-psutil") | 986 | (name "python-psutil") |
| 987 | (version "5.8.0") | 987 | (version "5.9.0") |
| 988 | (source | 988 | (source |
| 989 | (origin | 989 | (origin |
| 990 | (method url-fetch) | 990 | (method url-fetch) |
| 991 | (uri (pypi-uri "psutil" version)) | 991 | (uri (pypi-uri "psutil" version)) |
| 992 | (sha256 | 992 | (sha256 |
| 993 | (base32 "1immnj532bnnrh1qmk5q3lsw3san8qfk9kxy1cpmy0knmfcwp70c")))) | 993 | (base32 "09fa4vfhansixvxd3lv664xcrbnfdyfn53hm2wr0rf3bsvdl5646")))) |
| 994 | (build-system python-build-system) | 994 | (build-system python-build-system) |
| 995 | (arguments | 995 | (arguments |
| 996 | ;; FIXME: some tests do not return and time out. Some tests fail because | 996 | ;; FIXME: some tests do not return and time out. Some tests fail because |
