[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: python-psutil: Update to 5.9.0.
From: |
guix-commits |
Subject: |
01/07: gnu: python-psutil: Update to 5.9.0. |
Date: |
Mon, 14 Feb 2022 18:25:05 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit aae5efb6d4f02f3f7007d83bdfc656de2cc55622
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 13 15:34:34 2022 +0100
gnu: python-psutil: Update to 5.9.0.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 41b60325d2..00b4e2980a 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.")
(define-public python-psutil
(package
(name "python-psutil")
- (version "5.8.0")
+ (version "5.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "psutil" version))
(sha256
- (base32 "1immnj532bnnrh1qmk5q3lsw3san8qfk9kxy1cpmy0knmfcwp70c"))))
+ (base32 "09fa4vfhansixvxd3lv664xcrbnfdyfn53hm2wr0rf3bsvdl5646"))))
(build-system python-build-system)
(arguments
;; FIXME: some tests do not return and time out. Some tests fail because
- branch master updated (208c607854 -> b5d472ef5d), guix-commits, 2022/02/14
- 05/07: gnu: python-pyelftools: Update to 0.28., guix-commits, 2022/02/14
- 03/07: gnu: python-drmaa: Remove unused input., guix-commits, 2022/02/14
- 04/07: gnu: python-warcio: Fix test failure., guix-commits, 2022/02/14
- 06/07: gnu: python-argh: Fix test failure., guix-commits, 2022/02/14
- 01/07: gnu: python-psutil: Update to 5.9.0.,
guix-commits <=
- 07/07: gnu: python-gffutils: Update to 0.10.1., guix-commits, 2022/02/14
- 02/07: gnu: python-drmaa: Fix build failure., guix-commits, 2022/02/14