all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ada Stevenson <adanskana@gmail.com>
To: 71869@debbugs.gnu.org
Cc: Ada Stevenson <adanskana@gmail.com>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#71869] [PATCH] gnu: glances: Update to 4.1.1.
Date: Mon,  1 Jul 2024 14:35:13 +0800	[thread overview]
Message-ID: <a05bfcdad22529e6b5cdfa360e791817e3a06249.1719815527.git.adanskana@gmail.com> (raw)

* gnu/packages/python-xyz.scm (glances): Update to 4.1.1.

Change-Id: I4c9a1a59916b922d136e8ceec5984b26aa4f3496
---
 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 @@ (define-public python-natsort
 (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 @@ (define-public glances
           #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

base-commit: 474b583e7ab0e54947183060024fd4e7181cca28
-- 
2.45.2





             reply	other threads:[~2024-07-01  6:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01  6:35 Ada Stevenson [this message]
2024-07-01  7:11 ` bug#71869: [PATCH] gnu: glances: Update to 4.1.1 jgart via Guix-patches via
2024-07-01  7:12   ` [bug#71869] " adanskana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a05bfcdad22529e6b5cdfa360e791817e3a06249.1719815527.git.adanskana@gmail.com \
    --to=adanskana@gmail.com \
    --cc=71869@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.