python312Packages.dpath: 2.1.6 -> 2.2.0

Changelog: https://github.com/dpath-maintainers/dpath-python/releases/tag/v2.2.0
This commit is contained in:
Fabian Affolter
2024-06-14 10:15:03 +02:00
parent 3ed05ce8f6
commit c2a3657b6c
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "dpath";
version = "2.1.6";
version = "2.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8eB8cuhgXGqegLZLyPQnFN4Ip4nH3kF+ScP4ehlpLkc=";
hash = "sha256-NPfmMNxV6j8hnlVXJvXaS0sl8iADGcjmkCw5Qljdaj4=";
};
nativeBuildInputs = [ setuptools ];