Merge pull request #211112 from r-ryantm/auto-update/python310Packages.dpath

python310Packages.dpath: 2.1.3 -> 2.1.4
This commit is contained in:
Martin Weinelt
2023-01-27 23:31:53 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "dpath";
version = "2.1.3";
version = "2.1.4";
disabled = isPy27; # uses python3 imports
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0aeg5kJ9CkFWx5LILK8fAQlgP2is55LjbKRZb9LLjZ0=";
sha256 = "sha256-M4CnfQ20q/EEElhg/260vQfJfGW4Gq1CpglxcImhvtA=";
};
# use pytest as nosetests hangs