[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: glances: Update to 4.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: glances: Update to 4.1.1. |
Date: |
Mon, 01 Jul 2024 03:09:21 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ba6460900f gnu: glances: Update to 4.1.1.
ba6460900f is described below
commit ba6460900f052759fe82e4ceb606d25e19f02884
Author: Ada Stevenson <adanskana@gmail.com>
AuthorDate: Mon Jul 1 14:35:13 2024 +0800
gnu: glances: Update to 4.1.1.
* gnu/packages/python-xyz.scm (glances): Update to 4.1.1.
[source]: Update PyPI uri.
[propagated-inputs]: Remove python-future and python-ujson and add
python-orjson.
Change-Id: I4c9a1a59916b922d136e8ceec5984b26aa4f3496
Signed-off-by: jgart <jgart@dismail.de>
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ff507e1855..36f75b4b40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22801,13 +22801,13 @@ numbers, real numbers, mixed types and more, and
comes with a shell command
(define-public glances
(package
(name "glances")
- (version "3.4.0.3")
+ (version "4.1.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "Glances" version))
+ (uri (pypi-uri "glances" version))
(sha256
- (base32 "0pf8hxbgwkhv8l5frg61b073vscz5a7bz1al7xhn36fvh10xbcg7"))
+ (base32 "10yjwbmwv2x4x1n3hr1631m8l6l9w8fa7rnvfz1vmzkjs199ihib"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -22821,7 +22821,7 @@ numbers, real numbers, mixed types and more, and comes
with a shell command
#t))))
(build-system python-build-system)
(propagated-inputs
- (list python-defusedxml python-future python-packaging python-psutil
python-ujson))
+ (list python-defusedxml python-orjson python-packaging python-psutil))
(home-page "https://github.com/nicolargo/glances")
(synopsis "Cross-platform curses-based monitoring tool")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: glances: Update to 4.1.1.,
guix-commits <=