all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35891] [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.
@ 2019-05-25  0:14 Brett Gilio
  2019-05-26  8:24 ` bug#35891: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-05-25  0:14 UTC (permalink / raw)
  To: 35891

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2. --]
[-- Type: text/x-patch, Size: 1067 bytes --]

From 9a9c6ce2cb30524e881c4c09658b24f438dd047b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 24 May 2019 19:08:56 -0500
Subject: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.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 f8bfdc521b..88cf57a30d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -157,14 +157,14 @@
 (define-public python-psutil
   (package
     (name "python-psutil")
-    (version "5.4.3")
+    (version "5.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "psutil" version))
        (sha256
         (base32
-         "063v69x7spyclyaxrd3gmzj3p16q5ayg97xqhwb1kyn22a9pwip2"))))
+         "1v95vb5385qscfdvphv8l2w22bmir3d7yhpi02n58v3mlqy1r3l2"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: some tests does not return and times out.
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35891: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.
  2019-05-25  0:14 [bug#35891] [PATCH 1/4] gnu: python-psutil: Update to 5.6.2 Brett Gilio
@ 2019-05-26  8:24 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-05-26  8:24 UTC (permalink / raw)
  To: Brett Gilio, 35891-done

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

Brett Gilio <brettg@posteo.net> writes:

> From 9a9c6ce2cb30524e881c4c09658b24f438dd047b Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Fri, 24 May 2019 19:08:56 -0500
> Subject: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.
>
> * gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.2.

Pushed in 7abf3cbf710300fa4024ed3cefbb96c6ecd36c39, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-26  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-25  0:14 [bug#35891] [PATCH 1/4] gnu: python-psutil: Update to 5.6.2 Brett Gilio
2019-05-26  8:24 ` bug#35891: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.