Skip to content

Commit

Permalink
python312Packages.idna: 3.6 -> 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 12, 2024
1 parent 9d6bc81 commit 748ac9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/python-modules/idna/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "idna";
version = "3.6";
format = "pyproject";
version = "3.7";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-ns270IOwZ5iuHoaty/6KsUec+GTk7jD+TkagA9Ekkco=";
hash = "sha256-Ao/zqt8GCcH9J42OowiSmUEqeoub0AXdCLn4KFvLXPw=";
};

nativeBuildInputs = [
build-system = [
flit-core
];

Expand All @@ -25,6 +25,7 @@ buildPythonPackage rec {

meta = {
homepage = "https://github.com/kjd/idna/";
changelog = "https://github.com/kjd/idna/releases/tag/v${version}";
description = "Internationalized Domain Names in Applications (IDNA)";
license = lib.licenses.bsd3;
};
Expand Down

0 comments on commit 748ac9b

Please sign in to comment.