mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.tlds: 2025043000 -> 2025051700 (#411358)
This commit is contained in:
commit
3f62a1ca1a
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tlds";
|
pname = "tlds";
|
||||||
version = "2025043000";
|
version = "2025051700";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kichik";
|
owner = "kichik";
|
||||||
repo = "tlds";
|
repo = "tlds";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-yyDnQMQmZAlHvrWgxSi47E26fJ74FI4COwv1NOLvOL0=";
|
hash = "sha256-AqVe9U/gLjXkmLls4+t04youpY7DtrbmlaHVUdAElMo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
nativeBuildInputs = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue