aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-09-05 16:50:22 +0200
committerMarius Bakke <marius@gnu.org>2022-09-09 23:00:21 +0200
commit835938ad61bfedd9f52fe6114a4e0b8ee72c0588 (patch)
tree28176c2ae40a92fbd69bf0caa86f0e5f348a7797 /gnu/packages
parentef6f786c939e4b11343a5bd2e4320e6d065589f8 (diff)
downloadguix-835938ad61bfedd9f52fe6114a4e0b8ee72c0588.tar.gz
guix-835938ad61bfedd9f52fe6114a4e0b8ee72c0588.zip
gnu: python-psutil: Update to 5.9.2.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files 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
5e04da2e983c08dbc909dac1932edaf'>nls: Update 'sk' translation.Julien Lepiller 2021-04-18nls: Add Slovak translation....Julien Lepiller 2021-04-18nls: Update 'pt_BR' translation.Julien Lepiller 2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller 2021-04-18nls: Update 'vi' translation.Julien Lepiller 2021-04-18nls: Remove Vietnamese translations of packages....Julien Lepiller 2021-04-18nls: Update 'zh_CN' translations.Julien Lepiller 2021-04-18nls: Update 'ta' translation.Julien Lepiller 2021-04-18gnu: Update 'sv' translation.Julien Lepiller 2021-04-18nls: Update 'sr' translations.Julien Lepiller 2021-04-18nls: Update 'pl' translations.Julien Lepiller 2021-04-18nls: Update 'hu' translations.Julien Lepiller 2021-04-18nls: Update 'da' translations.Julien Lepiller 2021-04-18nls: Update 'cs' translation.Julien Lepiller 2021-04-18nls: Update 'eo' translations.Julien Lepiller 2021-04-18nls: Update 'es' translations.Julien Lepiller 2021-04-18nls: Update 'de' translations.Julien Lepiller 2021-04-18nls: Update 'fr' translations.Julien Lepiller 2021-04-18nls: Add French translation of the cookbook.Julien Lepiller 2021-04-13nls: Add Slovak translation....Julien Lepiller 2021-03-10import: Add Go importer....Katherine Cox-Buday 2021-02-12services: Add transmission-daemon service....Simon South 2021-01-28nls: Update 'fr' translation.Julien Lepiller 2021-01-22Revert "nls: Update 'fr' translation."...Ludovic Courtès 2021-01-22nls: Update 'fr' translation.Julien Lepiller 2021-01-16guix: Move narinfo code from substitute script to module....Christopher Baines 2020-12-11install: Discover local substitute servers....Mathieu Othacehe