Merge pull request #309281 from r-ryantm/auto-update/python311Packages.character-encoding-utils

python311Packages.character-encoding-utils: 0.0.6 -> 0.0.7
This commit is contained in:
Nick Cao 2024-05-05 10:47:36 -04:00 committed by GitHub
commit 223e64e5d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "character-encoding-utils";
version = "0.0.6";
version = "0.0.7";
disabled = pythonOlder "3.11";
src = fetchPypi {
pname = "character_encoding_utils";
inherit version;
hash = "sha256-ugzWiSpa/xxlraVyVPTSq/uxPg11kOyePgb1cmzX3ug=";
hash = "sha256-cUggyNz5xphDF+7dSrx3vr3v3R8ISryHj9accMJfDbg=";
};
format = "pyproject";