python312Packages.urlextract: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2024-02-29 22:09:41 +00:00
parent 44c70a3707
commit 3900e9e1b7

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "urlextract";
version = "1.8.0";
version = "1.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NXP2uBKBTv4GykbpHoLZhO2qPNB9qqqilqRnrZiBoDc=";
hash = "sha256-cFCOArqd83LiXPBkLbNnzs4nPocSzQzngXj8XdfqANs=";
};
propagatedBuildInputs = [