python3Packages.soupsieve: 2.5 -> 2.6

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:16 +02:00
parent 7dff3fd490
commit 2d713d2c4a
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "soupsieve";
version = "2.5";
version = "2.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-VmPVp7O/ru4LxDcuf8SPnP9JQLPuxUpkUcxSmfEJdpA=";
hash = "sha256-4uaEF3d681nsZdqsEFdASjyKVFW7irw28amGarGlGrs=";
};
nativeBuildInputs = [ hatchling ];