python311Packages.dpath: 2.1.5 -> 2.1.6

This commit is contained in:
R. Ryantm 2023-05-24 02:29:09 +00:00
parent b90d1e02ee
commit eeda99508b

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "dpath";
version = "2.1.5";
version = "2.1.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zNlk24ObqtSqggYStLhzGwn0CiRdQBtyMVbOTvRbIrc=";
hash = "sha256-8eB8cuhgXGqegLZLyPQnFN4Ip4nH3kF+ScP4ehlpLkc=";
};
nativeBuildInputs = [