unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 72932@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	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#72932] [PATCH 1/2] gnu: Add python-charset-normalizer-3.
Date: Sun,  1 Sep 2024 23:39:18 +0800	[thread overview]
Message-ID: <c5d78874277bd70c13bdf49495fd2265bc5806f6.1725204226.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1725204226.git.hako@ultrarare.space>

* gnu/packages/python-xyz.scm (python-charset-normalizer-3): New variable.

Change-Id: I173ba9daa74882f021586b90f3ec3c63f2b62962
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a7688050e1..4f7b721e55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17914,6 +17914,18 @@ (define-public python-charset-normalizer
 library provides codecs are supported.")
     (license license:expat)))
 
+(define-public python-charset-normalizer-3
+  (package
+    (inherit python-charset-normalizer)
+    (name "python-charset-normalizer")
+    (version "3.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "charset-normalizer" version))
+       (sha256
+        (base32 "1m9g0f513ng4dp2vd3smi4g2nmhqkjqh3bzcza14li947frkq37k"))))))
+
 (define-public python-docopt
   (package
     (name "python-docopt")
-- 
2.45.2





  reply	other threads:[~2024-09-01 15:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-01 15:33 [bug#72932] [PATCH 0/2] gnu: picard: Update to 2.12.2 Hilton Chain via Guix-patches via
2024-09-01 15:39 ` Hilton Chain via Guix-patches via [this message]
2024-09-01 15:39 ` [bug#72932] [PATCH 2/2] " Hilton Chain via Guix-patches via
2024-09-19 16:37 ` bug#72932: [PATCH 0/2] " Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=c5d78874277bd70c13bdf49495fd2265bc5806f6.1725204226.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=72932@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).