[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: python-psutil: Update to 5.9.2.
From: |
guix-commits |
Subject: |
03/14: gnu: python-psutil: Update to 5.9.2. |
Date: |
Fri, 9 Sep 2022 17:01:42 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 835938ad61bfedd9f52fe6114a4e0b8ee72c0588
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 16:50:22 2022 +0200
gnu: python-psutil: Update to 5.9.2.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.2.
---
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 8d05d743f4..86fed87f26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1204,13 +1204,13 @@ access the technical and tag data for video and audio
files.")
(define-public python-psutil
(package
(name "python-psutil")
- (version "5.9.0")
+ (version "5.9.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "psutil" version))
(sha256
- (base32 "09fa4vfhansixvxd3lv664xcrbnfdyfn53hm2wr0rf3bsvdl5646"))))
+ (base32 "0p1bf6ndcssqh0ic828ggwhzhm67mzj3ffq6043v0fvc1fhn3f7y"))))
(build-system python-build-system)
(arguments
;; FIXME: some tests do not return and time out. Some tests fail because
- branch master updated (8eeadc8cb8 -> b15c0e75f9), guix-commits, 2022/09/09
- 03/14: gnu: python-psutil: Update to 5.9.2.,
guix-commits <=
- 01/14: gnu: python-beautifulsoup4: Update to 4.11.1., guix-commits, 2022/09/09
- 14/14: gnu: QEMU: Use G-expression., guix-commits, 2022/09/09
- 04/14: gnu: python-pytest-benchmark: Update to 3.4.1., guix-commits, 2022/09/09
- 07/14: gnu: graphicsmagick: Use G-expression., guix-commits, 2022/09/09
- 09/14: gnu: meson: Introduce versioned 'meson-0.60' variable., guix-commits, 2022/09/09
- 05/14: gnu: graphicsmagick: Update to 1.3.38., guix-commits, 2022/09/09
- 11/14: gnu: Explicitly use OpenSSL 1.1 in more packages., guix-commits, 2022/09/09
- 12/14: gnu: libcacard: Explicitly add NSS on RUNPATH., guix-commits, 2022/09/09
- 02/14: gnu: python-pathlib2: Update to 2.3.7.post1., guix-commits, 2022/09/09
- 10/14: gnu: Explicitly use meson@0.60 in packages that don't support 0.63., guix-commits, 2022/09/09